Download jabit-domain-0.2.0.jar file - Jar j

Jar examples for j:jabit-domain

Description

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.

You can download jar file jabit-domain 0.2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jabit-domain-0.2.0.jar to your project.

<dependency>
   <groupId>ch.dissem.jabit</groupId>
   <artifactId>jabit-domain</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'ch.dissem.jabit', name: 'jabit-domain', version: '0.2.0'
libraryDependencies += "ch.dissem.jabit" % "jabit-domain" % "0.2.0"
<dependency org="ch.dissem.jabit" name="jabit-domain" rev="0.2.0"/>
@Grapes(@Grab(group='ch.dissem.jabit', module='jabit-domain', version='0.2.0'))
'ch.dissem.jabit:jabit-domain:jar:0.2.0'

Download

Click the following link to download the jar file.

jabit-domain-0.2.0-javadoc.jar
jabit-domain-0.2.0-sources.jar
jabit-domain-0.2.0.jar
jabit-domain-0.2.0.pom



Related Tutorials