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