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