Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jleskovar |
ArtifactId | ArtifactIdbtc-rpc-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
btc-rpc-client-1.0.0.pom | |
btc-rpc-client-1.0.0.jar | 92 KB |
btc-rpc-client-1.0.0-sources.jar | 6 KB |
btc-rpc-client-1.0.0-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jleskovar/btc-rpc-client/ -->
<dependency>
<groupId>com.github.jleskovar</groupId>
<artifactId>btc-rpc-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jleskovar/btc-rpc-client/
implementation 'com.github.jleskovar:btc-rpc-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.jleskovar/btc-rpc-client/
implementation ("com.github.jleskovar:btc-rpc-client:1.0.0")
'com.github.jleskovar:btc-rpc-client:jar:1.0.0'
<dependency org="com.github.jleskovar" name="btc-rpc-client" rev="1.0.0">
<artifact name="btc-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jleskovar', module='btc-rpc-client', version='1.0.0')
)
libraryDependencies += "com.github.jleskovar" % "btc-rpc-client" % "1.0.0"
[com.github.jleskovar/btc-rpc-client "1.0.0"]