segment-userpilot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.userpilot</groupId> <artifactId>segment-userpilot</artifactId> <version>1.0.0-beta.1</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.userpilot</groupId> <artifactId>segment-userpilot</artifactId> <version>1.0.0-beta.1</version> <packaging>aar</packaging> <name>Userpilot</name> <description>Kotlin SDK for embedding Userpilot device mode into your Android app using this Analytics-Kotlin plugin.</description> <url>https://userpilot.com/</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <id>Userpilot</id> <name>Userpilot</name> <email>dev@userpilot.com</email> <organization>Userpilot</organization> <organizationUrl>https://userpilot.com/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Userpilot/segment-userpilot-android.git</connection> <developerConnection>scm:git:ssh://github.com:Userpilot/segment-userpilot-android.git</developerConnection> <url>https://github.com/Userpilot/segment-userpilot-android</url> </scm> <dependencies> <dependency> <groupId>com.userpilot</groupId> <artifactId>userpilot-android</artifactId> <version>1.0.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.7.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.segment.analytics.kotlin</groupId> <artifactId>android</artifactId> <version>1.20.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>