tesl-java-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.markjfisher</groupId>
<artifactId>tesl-java-sdk</artifactId>
<version>1.0.16</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.markjfisher</groupId>
<artifactId>tesl-java-sdk</artifactId>
<version>1.0.16</version>
<name>TESL (Legends) Standalone SDK - Java</name>
<description>A stand-alone library for working with TESL Cards, Decks and Collections</description>
<url>https://github.com/markjfisher/tesl-java-sdk</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>mark.j.fisher</id>
<name>Mark Fisher</name>
<email>mark.j.fisher@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/markjfisher/tesl-java-sdk.git</connection>
<developerConnection>scm:git:ssh://github.com/markjfisher/tesl-java-sdk.git</developerConnection>
<url>https://github.com/markjfisher/tesl-java-sdk</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/markjfisher/tesl-java-sdk/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.60</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.3.60</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging</artifactId>
<version>1.6.26</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
<version>3.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.natpryce</groupId>
<artifactId>konfig</artifactId>
<version>1.6.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.47</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>5.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>