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.3 in this page.
The Apache License, Version 2.0
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'
Click the following link to download the jar file.
jabit-core-2.0.3-javadoc.jar