License |
License
json-client-commons is licensed unerl LGPL
|
---|---|
Categories |
CategoriesCLI User Interface JSON Data |
GroupId | GroupIdca.uhn.ws |
ArtifactId | ArtifactIdjson-client-commons |
Version | Version2.1 |
Type | Typejar |
Description |
Descriptionjson-client-commons
a library for creating JSON RPC services in Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-client-commons-2.1.pom | |
json-client-commons-2.1.jar | 10 KB |
json-client-commons-2.1-sources.jar | 3 KB |
json-client-commons-2.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.ws/json-client-commons/ -->
<dependency>
<groupId>ca.uhn.ws</groupId>
<artifactId>json-client-commons</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.ws/json-client-commons/
implementation 'ca.uhn.ws:json-client-commons:2.1'
// https://jarcasting.com/artifacts/ca.uhn.ws/json-client-commons/
implementation ("ca.uhn.ws:json-client-commons:2.1")
'ca.uhn.ws:json-client-commons:jar:2.1'
<dependency org="ca.uhn.ws" name="json-client-commons" rev="2.1">
<artifact name="json-client-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.ws', module='json-client-commons', version='2.1')
)
libraryDependencies += "ca.uhn.ws" % "json-client-commons" % "2.1"
[ca.uhn.ws/json-client-commons "2.1"]
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.ws : json-rpc-model | jar | 1.0 |
commons-httpclient : commons-httpclient | jar | 3.1 |
commons-codec : commons-codec | jar | 1.4 |
commons-io : commons-io | jar | 1.4 |
com.google.code.gson : gson | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.8 |