Countly Android SDK.
An SDK for using Countly mobile analytics system in your Android app..
Here is the list of declaration for sdk-android. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>ly.count</groupId> <artifactId>sdk-android</artifactId> <version>13.11</version> </dependency>
If you think this Maven repository POM file listing for sdk-android is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:MIT License
URL: http://www.opensource.org/licenses/mit-license.php.
The following packages are defined in the sdk-android-13.11.jar
ly.count.android.api org.OpenUDID
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>ly.count</groupId> <artifactId>sdk-android</artifactId> <version>13.11</version> <packaging>jar</packaging> <name>Countly Android SDK</name> <description>An SDK for using Countly mobile analytics system in your Android app.</description> <url>http://count.ly</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <scm> <connection>scm:git:git@github.com:countly/countly-sdk-android.git</connection> <developerConnection>scm:git:git@github.com:countly/countly-sdk-android.git</developerConnection> <url>http://github.com/countly/countly-sdk-android</url> </scm> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> </project>