License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdwf.bitcoin |
ArtifactId | ArtifactIdJavaBitcoindRpcClient |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJava Bitcoind RPC Client
A lightweight Java bitcoin JSON-RPC client binding
|
Project URL |
Project URL |
Filename | Size |
---|---|
JavaBitcoindRpcClient-1.0.0.pom | |
JavaBitcoindRpcClient-1.0.0.jar | 102 KB |
JavaBitcoindRpcClient-1.0.0-sources.jar | 49 KB |
JavaBitcoindRpcClient-1.0.0-javadoc.jar | 716 KB |
Browse |
<!-- https://jarcasting.com/artifacts/wf.bitcoin/JavaBitcoindRpcClient/ -->
<dependency>
<groupId>wf.bitcoin</groupId>
<artifactId>JavaBitcoindRpcClient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/wf.bitcoin/JavaBitcoindRpcClient/
implementation 'wf.bitcoin:JavaBitcoindRpcClient:1.0.0'
// https://jarcasting.com/artifacts/wf.bitcoin/JavaBitcoindRpcClient/
implementation ("wf.bitcoin:JavaBitcoindRpcClient:1.0.0")
'wf.bitcoin:JavaBitcoindRpcClient:jar:1.0.0'
<dependency org="wf.bitcoin" name="JavaBitcoindRpcClient" rev="1.0.0">
<artifact name="JavaBitcoindRpcClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='wf.bitcoin', module='JavaBitcoindRpcClient', version='1.0.0')
)
libraryDependencies += "wf.bitcoin" % "JavaBitcoindRpcClient" % "1.0.0"
[wf.bitcoin/JavaBitcoindRpcClient "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |