is not current version
Last Version 1.1.0

com.github.jleskovar:btc-rpc-client 1.0.0

Kotlin-based JSON-RPC client for bitcoind/btcd

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.jleskovar
ArtifactId

ArtifactId

btc-rpc-client
Version

Version

1.0.0
Type

Type

jar

Download btc-rpc-client 1.0.0


<!-- 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"]