Java Bitcoind RPC Client

A lightweight Java bitcoin JSON-RPC client binding

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.savl.bitcoin
ArtifactId

ArtifactId

bitcoin-rpc-client
Last Version

Last Version

1.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

Java Bitcoind RPC Client
A lightweight Java bitcoin JSON-RPC client binding
Project URL

Project URL

https://github.com/savl-gmbh/bitcoin-rpc-client

Download bitcoin-rpc-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.savl.bitcoin/bitcoin-rpc-client/ -->
<dependency>
    <groupId>com.savl.bitcoin</groupId>
    <artifactId>bitcoin-rpc-client</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.savl.bitcoin/bitcoin-rpc-client/
implementation 'com.savl.bitcoin:bitcoin-rpc-client:1.2.5'
// https://jarcasting.com/artifacts/com.savl.bitcoin/bitcoin-rpc-client/
implementation ("com.savl.bitcoin:bitcoin-rpc-client:1.2.5")
'com.savl.bitcoin:bitcoin-rpc-client:jar:1.2.5'
<dependency org="com.savl.bitcoin" name="bitcoin-rpc-client" rev="1.2.5">
  <artifact name="bitcoin-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.savl.bitcoin', module='bitcoin-rpc-client', version='1.2.5')
)
libraryDependencies += "com.savl.bitcoin" % "bitcoin-rpc-client" % "1.2.5"
[com.savl.bitcoin/bitcoin-rpc-client "1.2.5"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.6
org.apache.commons : commons-lang3 jar 3.9
org.aeonbits.owner : owner-java8 jar 1.0.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.5
1.2.3
1.2.2