Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.code4people |
ArtifactId | ArtifactIdjson-rpc-lib-client |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
json-rpc-lib-client-0.3.0.pom | |
json-rpc-lib-client-0.3.0.jar | 34 KB |
json-rpc-lib-client-0.3.0-sources.jar | 20 KB |
json-rpc-lib-client-0.3.0-javadoc.jar | 488 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.code4people/json-rpc-lib-client/
implementation 'com.code4people:json-rpc-lib-client:0.3.0'
// https://jarcasting.com/artifacts/com.code4people/json-rpc-lib-client/
implementation ("com.code4people:json-rpc-lib-client:0.3.0")
'com.code4people:json-rpc-lib-client:jar:0.3.0'
<dependency org="com.code4people" name="json-rpc-lib-client" rev="0.3.0">
<artifact name="json-rpc-lib-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code4people', module='json-rpc-lib-client', version='0.3.0')
)
libraryDependencies += "com.code4people" % "json-rpc-lib-client" % "0.3.0"
[com.code4people/json-rpc-lib-client "0.3.0"]