Jar examples for j:jabit-core
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.2 in this page.
The Apache License, Version 2.0
You can use the following script to add jabit-core-2.0.2.jar to your project.
<dependency> <groupId>ch.dissem.jabit</groupId> <artifactId>jabit-core</artifactId> <version>2.0.2</version> </dependency>
compile group: 'ch.dissem.jabit', name: 'jabit-core', version: '2.0.2'
libraryDependencies += "ch.dissem.jabit" % "jabit-core" % "2.0.2"
<dependency org="ch.dissem.jabit" name="jabit-core" rev="2.0.2"/>
@Grapes(@Grab(group='ch.dissem.jabit', module='jabit-core', version='2.0.2'))
'ch.dissem.jabit:jabit-core:jar:2.0.2'
Click the following link to download the jar file.
jabit-core-2.0.2-javadoc.jar