| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdwf.bitcoin | 
| ArtifactId | ArtifactIdbitcoin-rpc-client | 
| Last Version | Last Version1.2.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJava Bitcoind RPC Client A lightweight Java bitcoin JSON-RPC client binding | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| bitcoin-rpc-client-1.2.4.pom | |
| bitcoin-rpc-client-1.2.4.jar | 135 KB | 
| bitcoin-rpc-client-1.2.4-sources.jar | 62 KB | 
| bitcoin-rpc-client-1.2.4-javadoc.jar | 804 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 | 
| org.aeonbits.owner : owner-java8 | jar | 1.0.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |