| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface JSON Data |
| GroupId | GroupIdcom.code4people |
| ArtifactId | ArtifactIdjson-rpc-lib-client |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-rpc-lib-client
Client library for JSON-RPC
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-rpc-lib-client-0.5.0.pom | |
| json-rpc-lib-client-0.5.0.jar | 36 KB |
| json-rpc-lib-client-0.5.0-sources.jar | 20 KB |
| json-rpc-lib-client-0.5.0-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.code4people/json-rpc-lib-client/ -->
<dependency>
<groupId>com.code4people</groupId>
<artifactId>json-rpc-lib-client</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.code4people/json-rpc-lib-client/
implementation 'com.code4people:json-rpc-lib-client:0.5.0'
// https://jarcasting.com/artifacts/com.code4people/json-rpc-lib-client/
implementation ("com.code4people:json-rpc-lib-client:0.5.0")
'com.code4people:json-rpc-lib-client:jar:0.5.0'
<dependency org="com.code4people" name="json-rpc-lib-client" rev="0.5.0">
<artifact name="json-rpc-lib-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code4people', module='json-rpc-lib-client', version='0.5.0')
)
libraryDependencies += "com.code4people" % "json-rpc-lib-client" % "0.5.0"
[com.code4people/json-rpc-lib-client "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.9 |
| com.code4people : json-rpc-lib-binding | jar | 0.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.8.9 |