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