ddth-commons-jsonrpc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-jsonrpc</artifactId>
<version>1.1.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons</artifactId>
<version>1.1.0</version>
</parent>
<artifactId>ddth-commons-jsonrpc</artifactId>
<packaging>pom</packaging>
<name>ddth-commons-jsonrpc</name>
<description>DDTH's Java Common Libraries and Utilities</description>
<url>https://github.com/DDTH/ddth-commons</url>
<developers>
<developer>
<id>btnguyen2k</id>
<name>Thanh Ba Nguyen</name>
<email>btnguyen2k@gmail.com</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-core</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-serialization</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
<!-- for JSON-RPC -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${version.okhttp3}</version>
</dependency>
</dependencies>
</project>