MVN

ch.dissem.jabit : jabit-wif

Maven & Gradle

Nov 01, 2016
1 usages
27 stars

Jabit WIF Import/Export · A Java implementation of the Bitmessage protocol. This contains methods to import from and export to Wallet Import Format.

<dependency>
    <groupId>ch.dissem.jabit</groupId>
    <artifactId>jabit-wif</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.dissem.jabit : jabit-wif to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of ch.dissem.jabit : jabit-wif to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jabit-wif-2.0.4
jabit-wif-2.0.3
jabit-wif-2.0.2
jabit-wif-2.0.1
jabit-wif-2.0.0
1.0.x
jabit-wif-1.0.1
jabit-wif-1.0.0
0.2.x
jabit-wif-0.2.0

How to add a dependency to Maven

Add the following ch.dissem.jabit : jabit-wif maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.dissem.jabit</groupId>
    <artifactId>jabit-wif</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.dissem.jabit : jabit-wif gradle dependency to your build.gradle file:

implementation 'ch.dissem.jabit:jabit-wif:2.0.4'

Gradle Kotlin DSL: Add the following ch.dissem.jabit : jabit-wif gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.dissem.jabit:jabit-wif:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.dissem.jabit : jabit-wif sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.dissem.jabit" % "jabit-wif" % "2.0.4"