evaluation-proxy-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.amplitude</groupId> <artifactId>evaluation-proxy-core</artifactId> <version>0.7.2</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"> <!-- 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.amplitude</groupId> <artifactId>evaluation-proxy-core</artifactId> <version>0.7.2</version> <name>Amplitude Evaluation Proxy</name> <description>Core package for Amplitude's evaluation proxy.</description> <url>https://github.com/amplitude/evaluation-proxy</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>amplitude</id> <name>Amplitude</name> <email>dev@amplitude.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:amplitude/evaluation-proxy.git</connection> <developerConnection>scm:git@github.com:amplitude/evaluation-proxy.git</developerConnection> <url>https://github.com/amplitude/evaluation-proxy</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.9.0-RC</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.amplitude</groupId> <artifactId>evaluation-core-jvm</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.amplitude</groupId> <artifactId>java-sdk</artifactId> <version>1.12.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20240303</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.lettuce</groupId> <artifactId>lettuce-core</artifactId> <version>6.3.2.RELEASE</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-okhttp-jvm</artifactId> <version>2.3.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId> <version>2.3.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.charleskorn.kaml</groupId> <artifactId>kaml-jvm</artifactId> <version>0.53.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>