Download jabit-core-1.0.1.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 1.0.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials