Last Version

Jabit Core 2.0.4

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.

License

License

GroupId

GroupId

ch.dissem.jabit
ArtifactId

ArtifactId

jabit-core
Version

Version

2.0.4
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Dissem/Jabit
Source Code Management

Source Code Management

https://github.com/Dissem/Jabit.git

Download jabit-core 2.0.4


<!-- https://jarcasting.com/artifacts/ch.dissem.jabit/jabit-core/ -->
<dependency>
    <groupId>ch.dissem.jabit</groupId>
    <artifactId>jabit-core</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.dissem.jabit/jabit-core/
implementation 'ch.dissem.jabit:jabit-core:2.0.4'
// https://jarcasting.com/artifacts/ch.dissem.jabit/jabit-core/
implementation ("ch.dissem.jabit:jabit-core:2.0.4")
'ch.dissem.jabit:jabit-core:jar:2.0.4'
<dependency org="ch.dissem.jabit" name="jabit-core" rev="2.0.4">
  <artifact name="jabit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.dissem.jabit', module='jabit-core', version='2.0.4')
)
libraryDependencies += "ch.dissem.jabit" % "jabit-core" % "2.0.4"
[ch.dissem.jabit/jabit-core "2.0.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.19
ch.dissem.jabit : jabit-cryptography-bouncy jar 2.0.4

Project Modules

There are no modules declared in this project.