is not current version
Last Version 0.14.7

org.bitcoinj:bitcoinj-tools 0.14.6

A collection of useful tools that use the bitcoinj library to perform wallet operations

GroupId

GroupId

org.bitcoinj
ArtifactId

ArtifactId

bitcoinj-tools
Version

Version

0.14.6
Type

Type

jar

Download bitcoinj-tools 0.14.6


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