Maven Repository - POM file for Android android-sdk 1.4.1 1.4.1

Summary

Amplitude Android SDK.

SDK for integrating Android apps with Amplitude analytics..

Declaration

Here is the list of declaration for android-sdk. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.amplitude</groupId>
   <artifactId>android-sdk</artifactId>
   <version>1.4.1</version>
</dependency>

If you think this Maven repository POM file listing for android-sdk is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The MIT License
URL: http://www.opensource.org/licenses/mit-license.php.

Plugin

The following plugins are used in the android-sdk-1.4.1.jar

  1. maven-gpg-plugin




Packages

The following packages are defined in the android-sdk-1.4.1.jar

com.amplitude.api

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.amplitude</groupId>
  <artifactId>android-sdk</artifactId>
  <version>1.4.1</version>
  <packaging>jar</packaging>

  <name>Amplitude Android SDK</name>
  <description>SDK for integrating Android apps with Amplitude analytics.</description>
  <url>https://github.com/amplitude/Amplitude-Android</url>

  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>

  

  <scm>
    <connection>scm:git:git@github.com:amplitude/Amplitude-Android.git</connection>
    <developerConnection>scm:git:git@github.com:amplitude/Amplitude-Android.git</developerConnection>
    <url>https://github.com/amplitude/Amplitude-Android.git</url>
  </scm>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>