License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.jleskovar |
ArtifactId | ArtifactIdbtc-rpc-client |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionbtc-rpc-client
Kotlin-based JSON-RPC client for bitcoind/btcd
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
btc-rpc-client-1.1.0.pom | |
btc-rpc-client-1.1.0.jar | 130 KB |
btc-rpc-client-1.1.0-sources.jar | 18 KB |
btc-rpc-client-1.1.0-javadoc.jar | 213 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jleskovar/btc-rpc-client/
implementation 'com.github.jleskovar:btc-rpc-client:1.1.0'
// https://jarcasting.com/artifacts/com.github.jleskovar/btc-rpc-client/
implementation ("com.github.jleskovar:btc-rpc-client:1.1.0")
'com.github.jleskovar:btc-rpc-client:jar:1.1.0'
<dependency org="com.github.jleskovar" name="btc-rpc-client" rev="1.1.0">
<artifact name="btc-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jleskovar', module='btc-rpc-client', version='1.1.0')
)
libraryDependencies += "com.github.jleskovar" % "btc-rpc-client" % "1.1.0"
[com.github.jleskovar/btc-rpc-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.briandilley.jsonrpc4j : jsonrpc4j | jar | 1.5.2 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.8.5 |
com.neovisionaries : nv-websocket-client Optional | jar | 2.3 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.10 |
org.jetbrains.kotlin : kotlin-reflect Optional | jar | 1.2.10 |