json-rpc-model
model classes used by json-client-commons and json-service-commons
| License | License
                                                        json-rpc-model is licensed unerl LGPL                                                 | 
|---|---|
| Categories | CategoriesJSON Data | 
| GroupId | GroupIdca.uhn.ws | 
| ArtifactId | ArtifactIdjson-rpc-model | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjson-rpc-model 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-rpc-model-1.0.pom | |
| json-rpc-model-1.0.jar | 10 KB | 
| json-rpc-model-1.0-sources.jar | 5 KB | 
| json-rpc-model-1.0-javadoc.jar | 94 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ca.uhn.ws/json-rpc-model/ -->
<dependency>
    <groupId>ca.uhn.ws</groupId>
    <artifactId>json-rpc-model</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/ca.uhn.ws/json-rpc-model/
implementation 'ca.uhn.ws:json-rpc-model:1.0'// https://jarcasting.com/artifacts/ca.uhn.ws/json-rpc-model/
implementation ("ca.uhn.ws:json-rpc-model:1.0")'ca.uhn.ws:json-rpc-model:jar:1.0'<dependency org="ca.uhn.ws" name="json-rpc-model" rev="1.0">
  <artifact name="json-rpc-model" type="jar" />
</dependency>@Grapes(
@Grab(group='ca.uhn.ws', module='json-rpc-model', version='1.0')
)libraryDependencies += "ca.uhn.ws" % "json-rpc-model" % "1.0"[ca.uhn.ws/json-rpc-model "1.0"]model classes used by json-client-commons and json-service-commons