MVN

ch.dissem.jabit : jabit-domain

Maven & Gradle

Jul 03, 2015
4 usages
27 stars

Jabit Domain · A Java implementation of the Bitmessage protocol. This is the core part. You'll either need the networking and repositories modules, too, or implement your own.

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

Latest Version

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

  • Latest Stable: 0.2.0

All Versions

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

Version Vulnerabilities Updated
0.2.x
jabit-domain-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.dissem.jabit</groupId>
    <artifactId>jabit-domain</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ch.dissem.jabit:jabit-domain:0.2.0'

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

implementation("ch.dissem.jabit:jabit-domain:0.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "ch.dissem.jabit" % "jabit-domain" % "0.2.0"