appambit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.appambit</groupId>
<artifactId>appambit</artifactId>
<version>0.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.appambit</groupId>
<artifactId>appambit</artifactId>
<version>0.0.8</version>
<packaging>aar</packaging>
<name>appambit</name>
<description>Lightweight SDK for analytics, events, logging, crashes, and offline support. Simple setup, minimal overhead.</description>
<url>https://github.com/AppAmbit/appambit-sdk-android</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>AppAmbit</id>
<name>AppAmbit</name>
<email>hello@appambit.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/AppAmbit/appambit-sdk-android.git</connection>
<developerConnection>https://github.com/AppAmbit/appambit-sdk-android.git</developerConnection>
<url>https://github.com/AppAmbit/appambit-sdk-android</url>
</scm>
</project>