Last Version

btc-rpc-client 1.1.0

Kotlin-based JSON-RPC client for bitcoind/btcd

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.jleskovar
ArtifactId

ArtifactId

btc-rpc-client
Version

Version

1.1.0
Type

Type

jar
Description

Description

btc-rpc-client
Kotlin-based JSON-RPC client for bitcoind/btcd
Project URL

Project URL

https://github.com/jleskovar/btc-rpc-client.git
Source Code Management

Source Code Management

https://github.com/jleskovar/btc-rpc-client.git

Download btc-rpc-client 1.1.0


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

Dependencies

compile (5)

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

Project Modules

There are no modules declared in this project.