Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIdsimple-json-rpc-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-json-rpc-client-1.0.pom | |
simple-json-rpc-client-1.0.jar | 35 KB |
simple-json-rpc-client-1.0-sources.jar | 25 KB |
simple-json-rpc-client-1.0-javadoc.jar | 160 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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-client/
implementation 'com.github.arteam:simple-json-rpc-client:1.0'
// https://jarcasting.com/artifacts/com.github.arteam/simple-json-rpc-client/
implementation ("com.github.arteam:simple-json-rpc-client:1.0")
'com.github.arteam:simple-json-rpc-client:jar:1.0'
<dependency org="com.github.arteam" name="simple-json-rpc-client" rev="1.0">
<artifact name="simple-json-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='simple-json-rpc-client', version='1.0')
)
libraryDependencies += "com.github.arteam" % "simple-json-rpc-client" % "1.0"
[com.github.arteam/simple-json-rpc-client "1.0"]