Java Bitcoind RPC Client

A lightweight Java bitcoin JSON-RPC client binding

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

wf.bitcoin
ArtifactId

ArtifactId

bitcoin-rpc-client
Last Version

Last Version

1.2.4
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/Polve/bitcoin-rpc-client

Download bitcoin-rpc-client

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
org.aeonbits.owner : owner-java8 jar 1.0.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0