<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.fpliu.ndk.pkg.prefab.android.21</groupId>
    <artifactId>googletest</artifactId>
    <version>1.11.0</version>
    <packaging>aar</packaging>

    <name>googletest</name>
    <description>Google C++ Testing and Mocking Framework</description>
    <url>https://github.com/google/googletest.git</url>

    <scm>
        <connection>scm:git:https://github.com/google/googletest.git</connection>
        <developerConnection>scm:git:https://github.com/google/googletest.git</developerConnection>
        <url>https://github.com/google/googletest.git</url>
    </scm>

    <developers>
        <developer>
            <name>googletest developers</name>
            <email>opensource@google.com</email>
            <organization>Google</organization>
            <organizationUrl>https://github.com/google</organizationUrl>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>https://raw.githubusercontent.com/google/googletest/main/LICENSE</url>
        </license>
    </licenses>
</project>
