applicationinsights-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-android</artifactId> <version>1.0-beta.10</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.microsoft.azure</groupId> <artifactId>applicationinsights-android</artifactId> <version>1.0-beta.10</version> <packaging>aar</packaging> <name>ApplicationInsights-Android</name> <description>Application Insights SDK for Android</description> <url>https://github.com/Microsoft/ApplicationInsights-Android</url> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>appinsights-android</id> <email>appinsights-android@microsoft.com</email> </developer> </developers> <scm> <connection>https://github.com/Microsoft/ApplicationInsights-Android.git</connection> <developerConnection>https://github.com/Microsoft/ApplicationInsights-Android.git</developerConnection> <url>https://github.com/Microsoft/ApplicationInsights-Android</url> </scm> <dependencies> <dependency> <groupId>com.github.microsoft.telemetry-client-for-android</groupId> <artifactId>AndroidCll</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.microsoft.telemetry-client-for-android</groupId> <artifactId>SharedTelemetryContracts</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> </dependencies> </project>