android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.segmentify.sdk</groupId> <artifactId>android</artifactId> <version>2.2.5</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.segmentify.sdk</groupId> <artifactId>android</artifactId> <version>2.2.5</version> <packaging>aar</packaging> <name>Segmentify Android SDK</name> <description>Segmentify SDK for sending events and rendering recommendations for android based devices</description> <url>https://github.com/segmentify/segmentify-android-sdk</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://github.com/segmentify/segmentify-android-sdk/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>segmentify</id> <name>Segmentify</name> <email>development@segmentify.com</email> </developer> </developers> <scm> <connection>scm:git@https://github.com/segmentify/segmentify-android-sdk.git</connection> <developerConnection>scm:git@https://github.com/segmentify/segmentify-android-sdk.git</developerConnection> <url>https://github.com/segmentify/segmentify-android-sdk/</url> </scm> </project>