Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIdsimple-json-rpc-client |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
simple-json-rpc-client-0.10.pom | |
simple-json-rpc-client-0.10.jar | 35 KB |
simple-json-rpc-client-0.10-sources.jar | 23 KB |
simple-json-rpc-client-0.10-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-client/ -->
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>simple-json-rpc-client</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-client/
implementation 'com.github.arteam:simple-json-rpc-client:0.10'
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-client/
implementation ("com.github.arteam:simple-json-rpc-client:0.10")
'com.github.arteam:simple-json-rpc-client:jar:0.10'
<dependency org="com.github.arteam" name="simple-json-rpc-client" rev="0.10">
<artifact name="simple-json-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='simple-json-rpc-client', version='0.10')
)
libraryDependencies += "com.github.arteam" % "simple-json-rpc-client" % "0.10"
[com.github.arteam/simple-json-rpc-client "0.10"]