android-helpshift-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.helpshift</groupId>
<artifactId>android-helpshift-lib</artifactId>
<version>7.5.0</version>
</dependency><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.helpshift</groupId>
<artifactId>android-helpshift-lib</artifactId>
<version>7.5.0</version>
<packaging>apklib</packaging>
<name>Helpshift Android SDK</name>
<description>Android SDK to integrate with Helpshift.</description>
<url>http://www.helpshift.com</url>
<scm>
<url>http://www.helpshift.com</url>
<connection>http://www.helpshift.com</connection>
</scm>
<developers>
<developer>
<id>helpshiftinc</id>
<name>Helpshift Inc</name>
<email>support@helpshift.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.helpshift</groupId>
<artifactId>android-helpshift-sdk</artifactId>
<version>7.5.0</version>
<type>jar</type>
</dependency>
</dependencies>
<licenses>
<license>
<name>Proprietary</name>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>