analytics-kotlin-live
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.segment.analytics.kotlin</groupId> <artifactId>analytics-kotlin-live</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.segment.analytics.kotlin</groupId> <artifactId>analytics-kotlin-live</artifactId> <version>1.2.0</version> <packaging>aar</packaging> <name>Analytics-Kotlin-Live</name> <description>Enrich and modify events via OTA updates</description> <url>http://github.com/segment-integrations/analytics-kotlin-live</url> <licenses> <license> <name>Twilio Software Development Kit License Agreement 2.0</name> <url>https://github.com/segment-integrations/analytics-kotlin-live/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>segment-integrations</id> <name>Segment, Inc.</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/segment-integrations/analytics-kotlin-live.git</connection> <developerConnection>scm:git:ssh://git@github.com:segment-integrations/analytics-kotlin-live.git</developerConnection> <url>http://github.com/segment-integrations/analytics-kotlin-live</url> </scm> <dependencies> <dependency> <artifactId>kotlin-stdlib-jdk8</artifactId> <groupId>org.jetbrains.kotlin</groupId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <artifactId>substrata</artifactId> <groupId>com.segment.analytics.kotlin</groupId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>android</artifactId> <groupId>com.segment.analytics.kotlin</groupId> <version>1.20.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>kotlinx-serialization-json</artifactId> <groupId>org.jetbrains.kotlinx</groupId> <version>1.5.1</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>kotlinx-coroutines-core</artifactId> <groupId>org.jetbrains.kotlinx</groupId> <version>1.7.1</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>core-ktx</artifactId> <groupId>androidx.core</groupId> <version>1.13.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>appcompat</artifactId> <groupId>androidx.appcompat</groupId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>material</artifactId> <groupId>com.google.android.material</groupId> <version>1.11.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>