Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.mchange |
ArtifactId | ArtifactIdjsonrpc-client_2.11 |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jsonrpc-client_2.11-0.0.2.pom | |
jsonrpc-client_2.11-0.0.2.jar | 78 KB |
jsonrpc-client_2.11-0.0.2-sources.jar | 6 KB |
jsonrpc-client_2.11-0.0.2-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mchange/jsonrpc-client_2.11/ -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>jsonrpc-client_2.11</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mchange/jsonrpc-client_2.11/
implementation 'com.mchange:jsonrpc-client_2.11:0.0.2'
// https://jarcasting.com/artifacts/com.mchange/jsonrpc-client_2.11/
implementation ("com.mchange:jsonrpc-client_2.11:0.0.2")
'com.mchange:jsonrpc-client_2.11:jar:0.0.2'
<dependency org="com.mchange" name="jsonrpc-client_2.11" rev="0.0.2">
<artifact name="jsonrpc-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mchange', module='jsonrpc-client_2.11', version='0.0.2')
)
libraryDependencies += "com.mchange" % "jsonrpc-client_2.11" % "0.0.2"
[com.mchange/jsonrpc-client_2.11 "0.0.2"]