annotations
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mixpanel.android</groupId>
<artifactId>annotations</artifactId>
<version>0.1.0-RC1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mixpanel.android</groupId>
<artifactId>annotations</artifactId>
<version>0.1.0-RC1</version>
<name>annotations</name>
<description>Annotations for the Mixpanel library for Android
http://mixpanel.com/android-analytics/</description>
<url>https://github.com/mixpanel/mixpanel-android</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mixpanel_dev</id>
<name>Mixpanel Developers</name>
<email>dev@mixpanel.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:http://github.com/mixpanel/mixpanel-android-build</connection>
<developerConnection>scm:git:git@github.com:mixpanel/mixpanel-android-build.git</developerConnection>
<url>http://github.com/mixpanel/mixpanel-android-build</url>
</scm>
</project>