| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.savl.bitcoin |
| ArtifactId | ArtifactIdbitcoin-rpc-client |
| Last Version | Last Version1.2.5 |
| 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.5.pom | |
| bitcoin-rpc-client-1.2.5.jar | 111 KB |
| bitcoin-rpc-client-1.2.5-sources.jar | 79 KB |
| bitcoin-rpc-client-1.2.5-javadoc.jar | 816 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |