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