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.
'ch.dissem.jabit:jabit-core:1.0.0'
<dependency>
<groupId>ch.dissem.jabit</groupId>
<artifactId>jabit-core</artifactId>
<version>1.0.0</version>
</dependency>
<dependency org="ch.dissem.jabit" name="jabit-core" rev="1.0.0"/>
"ch.dissem.jabit", "jabit-core", "1.0.0"