tethys-jackson_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.tethys-json</groupId> <artifactId>tethys-jackson_2.13</artifactId> <version>0.26.0</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project 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" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.tethys-json</groupId> <artifactId>tethys-jackson_2.13</artifactId> <packaging>jar</packaging> <description>tethys-jackson</description> <url>https://github.com/tethys-json/tethys</url> <version>0.26.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>tethys-jackson</name> <organization> <name>com.tethys-json</name> <url>https://github.com/tethys-json/tethys</url> </organization> <scm> <url>https://github.com/tethys-json/tethys</url> <connection>scm:git@github.com:tethys-json/tethys.git</connection> </scm> <developers> <developer> <id>eld0727</id> <name>Aleksei Otts</name> <url>https://github.com/eld0727</url> <email>eld0727@gmail.com</email> </developer> <developer> <id>REDNBLACK</id> <name>Boris Potepun</name> <url>https://github.com/REDNBLACK</url> <email>boris.p@protonmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.8</version> </dependency> <dependency> <groupId>com.tethys-json</groupId> <artifactId>tethys-core_2.13</artifactId> <version>0.26.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-flatspec_2.13</artifactId> <version>3.2.10</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-shouldmatchers_2.13</artifactId> <version>3.2.10</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.11.4</version> </dependency> </dependencies> </project>