Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdcom.thetransactioncompany |
ArtifactId | ArtifactIdjsonrpc2-client |
Version | Version1.16 |
Type | Typejar |
Filename | Size |
---|---|
jsonrpc2-client-1.16.pom | |
jsonrpc2-client-1.16.jar | 14 KB |
jsonrpc2-client-1.16-sources.jar | 13 KB |
jsonrpc2-client-1.16-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-client/ -->
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>jsonrpc2-client</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-client/
implementation 'com.thetransactioncompany:jsonrpc2-client:1.16'
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-client/
implementation ("com.thetransactioncompany:jsonrpc2-client:1.16")
'com.thetransactioncompany:jsonrpc2-client:jar:1.16'
<dependency org="com.thetransactioncompany" name="jsonrpc2-client" rev="1.16">
<artifact name="jsonrpc2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='jsonrpc2-client', version='1.16')
)
libraryDependencies += "com.thetransactioncompany" % "jsonrpc2-client" % "1.16"
[com.thetransactioncompany/jsonrpc2-client "1.16"]