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