edge-functions
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.segment.analytics.kotlin</groupId>
<artifactId>edge-functions</artifactId>
<version>0.1.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>edge-functions</artifactId>
<version>0.1.0</version>
<packaging>aar</packaging>
<name>Edge-Functions</name>
<description>Enrich and modify events via OTA updates</description>
<url>http://github.com/segmentio/EdgeFn-kotlin</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>segmentio</id>
<name>Segment, Inc.</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/segmentio/EdgeFn-kotlin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/segmentio/EdgeFn-kotlin.git</developerConnection>
<url>http://github.com/segmentio/EdgeFn-kotlin</url>
</scm>
<dependencies>
<dependency>
<artifactId>substrata</artifactId>
<groupId>com.segment.analytics.kotlin</groupId>
<version>0.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.6.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<artifactId>android</artifactId>
<groupId>com.segment.analytics.kotlin</groupId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>kotlinx-serialization-json</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
<version>1.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>kotlinx-coroutines-core</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>core-ktx</artifactId>
<groupId>androidx.core</groupId>
<version>1.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>appcompat</artifactId>
<groupId>androidx.appcompat</groupId>
<version>1.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>material</artifactId>
<groupId>com.google.android.material</groupId>
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>j2v8</artifactId>
<groupId>com.eclipsesource.j2v8</groupId>
<version>6.2.0</version>
<type>aar</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>