hackle-server-sdk
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.hackle</groupId> <artifactId>hackle-server-sdk</artifactId> <version>2.25.7</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>io.hackle</groupId> <artifactId>hackle-server-sdk</artifactId> <version>2.25.7</version> <name>hackle-server-sdk</name> <description>Hackle SDK for Java and Kotlin</description> <url>https://www.hackle.io</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Hackle</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/hackle-io/hackle-jvm-sdk.git</connection> <developerConnection>scm:git:https://github.com/hackle-io/hackle-jvm-sdk.git</developerConnection> <url>https://github.com/hackle-io/hackle-jvm-sdk</url> </scm> <dependencies> <dependency> <groupId>io.hackle</groupId> <artifactId>hackle-sdk-common</artifactId> <version>2.25.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.hackle</groupId> <artifactId>hackle-sdk-core</artifactId> <version>2.25.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.13</version> <scope>runtime</scope> </dependency> </dependencies> </project>