b

bitcoin-commons

This package decouples my bitcoin related libraries from the underlying implementation although it seems unlikely this will ever change ;-)
https://github.com/osslabz/bitcoin-commons
The Apache License, Version 2.0
Raphael Vullriede
Files download
File Operation
bitcoin-commons-0.0.4.jar download
bitcoin-commons-0.0.4.pom download
bitcoin-commons-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.osslabz</groupId>
  <artifactId>bitcoin-commons</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'net.osslabz:bitcoin-commons:0.0.4'
Gradle Kotlin
implementation("net.osslabz:bitcoin-commons:0.0.4")
Scala SBT
libraryDependencies += "net.osslabz" % "bitcoin-commons" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.osslabz', module='bitcoin-commons', version='0.0.4')
)
Apache Ivy
<dependency org="net.osslabz" name="bitcoin-commons" rev="0.0.4" />
Leiningen
[net.osslabz/bitcoin-commons "0.0.4"]
Apache Buildr
'net.osslabz:bitcoin-commons:jar:0.0.4'