Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.mchange |
ArtifactId | ArtifactIdjsonrpc-client_2.12 |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mchange/jsonrpc-client_2.12/ -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>jsonrpc-client_2.12</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.mchange/jsonrpc-client_2.12/
implementation 'com.mchange:jsonrpc-client_2.12:0.0.6'
// https://jarcasting.com/artifacts/com.mchange/jsonrpc-client_2.12/
implementation ("com.mchange:jsonrpc-client_2.12:0.0.6")
'com.mchange:jsonrpc-client_2.12:jar:0.0.6'
<dependency org="com.mchange" name="jsonrpc-client_2.12" rev="0.0.6">
<artifact name="jsonrpc-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mchange', module='jsonrpc-client_2.12', version='0.0.6')
)
libraryDependencies += "com.mchange" % "jsonrpc-client_2.12" % "0.0.6"
[com.mchange/jsonrpc-client_2.12 "0.0.6"]