MVN

org.twostack : bitcoin4j

Maven & Gradle

Jul 13, 2023
19 stars

Bitcoin4J · A native Java Bitcoin library. Specifically targeted at BitcoinSV (BSV).

<dependency>
    <groupId>org.twostack</groupId>
    <artifactId>bitcoin4j</artifactId>
    <version>1.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.twostack : bitcoin4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.7

All Versions

Choose a version of org.twostack : bitcoin4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
bitcoin4j-1.6.7
bitcoin4j-1.6.6
bitcoin4j-1.6.4
bitcoin4j-1.6.3
bitcoin4j-1.6.2
bitcoin4j-1.6.1
bitcoin4j-1.6.0
1.5.x
bitcoin4j-1.5.5
bitcoin4j-1.5.0
1.4.x
bitcoin4j-1.4.1
1.3.x
bitcoin4j-1.3.1
bitcoin4j-1.3.0
1.2.x
bitcoin4j-1.2.0
1.1.x
bitcoin4j-1.1.0
1.0.x
bitcoin4j-1.0.0

How to add a dependency to Maven

Add the following org.twostack : bitcoin4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.twostack</groupId>
    <artifactId>bitcoin4j</artifactId>
    <version>1.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.twostack : bitcoin4j gradle dependency to your build.gradle file:

implementation 'org.twostack:bitcoin4j:1.6.7'

Gradle Kotlin DSL: Add the following org.twostack : bitcoin4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.twostack:bitcoin4j:1.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.twostack : bitcoin4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.twostack" % "bitcoin4j" % "1.6.7"