chino-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.chino</groupId>
<artifactId>chino-java</artifactId>
<version>4.12.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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.chino</groupId>
<artifactId>chino-java</artifactId>
<version>4.12.0</version>
<name>chino-java</name>
<description>Chino Java SDK</description>
<url>https://github.com/chinoio-public/chino-java</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://gitlab.com/chinoio-public/chino-java/raw/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>chino</id>
<name>Chino.io Tech Team</name>
<email>tech-support@chino.io</email>
<organization>Chino.io</organization>
</developer>
<developer>
<id>aarighi</id>
<name>Andrea Arighi</name>
<email>andrea@chino.io</email>
<organization>Chino.io</organization>
</developer>
<developer>
<id>esseti</id>
<name>Stefano Tiberio</name>
<email>stefano@chino.io</email>
<organization>Chino.io</organization>
</developer>
<developer>
<id>prempaolo</id>
<name>Paolo Prem</name>
<email></email>
<organization>Chino.io</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://gitlab.com/chinoio-public/chino-java.git</connection>
<developerConnection>scm:git:https://gitlab.com/chinoio-public/chino-java.git</developerConnection>
<url>https://gitlab.com/chinoio-public/chino-java.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
<version>2.9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>17.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>