Last Version

json-service-commons 2.1

a library for creating JSON RPC services in Java

License

License

json-service-commons is licensed unerl LGPL
Categories

Categories

JSON Data
GroupId

GroupId

ca.uhn.ws
ArtifactId

ArtifactId

json-service-commons
Version

Version

2.1
Type

Type

jar
Description

Description

json-service-commons
a library for creating JSON RPC services in Java
Project URL

Project URL

https://github.com/uhnuser/json-service-commons
Project Organization

Project Organization

University Health Network
Source Code Management

Source Code Management

https://github.com/uhnuser/json-service-commons

Download json-service-commons 2.1


<!-- 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"]

Dependencies

compile (3)

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

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.