License |
License
json-service-commons is licensed unerl LGPL
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdca.uhn.ws |
ArtifactId | ArtifactIdjson-service-commons |
Version | Version2.1 |
Type | Typejar |
Description |
Descriptionjson-service-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-service-commons-2.1.pom | |
json-service-commons-2.1.jar | 13 KB |
json-service-commons-2.1-sources.jar | 5 KB |
json-service-commons-2.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.ws/json-service-commons/ -->
<dependency>
<groupId>ca.uhn.ws</groupId>
<artifactId>json-service-commons</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.ws/json-service-commons/
implementation 'ca.uhn.ws:json-service-commons:2.1'
// https://jarcasting.com/artifacts/ca.uhn.ws/json-service-commons/
implementation ("ca.uhn.ws:json-service-commons:2.1")
'ca.uhn.ws:json-service-commons:jar:2.1'
<dependency org="ca.uhn.ws" name="json-service-commons" rev="2.1">
<artifact name="json-service-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.ws', module='json-service-commons', version='2.1')
)
libraryDependencies += "ca.uhn.ws" % "json-service-commons" % "2.1"
[ca.uhn.ws/json-service-commons "2.1"]
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.ws : json-rpc-model | jar | 1.0 |
log4j : log4j | jar | 1.2.8 |
com.google.code.gson : gson | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |