Download jabit-core-2.0.3.jar file - Jar j

Jar examples for j:jabit-core

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-core 2.0.3 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jabit-core-2.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

jabit-core-2.0.3-javadoc.jar
jabit-core-2.0.3-sources.jar
jabit-core-2.0.3.jar
jabit-core-2.0.3.pom



Related Tutorials