Last Version

Jabit Domain 0.2.0

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

Categories

Categories

Doma Data ORM
GroupId

GroupId

ch.dissem.jabit
ArtifactId

ArtifactId

jabit-domain
Version

Version

0.2.0
Type

Type

jar
Description

Description

Jabit Domain
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-domain 0.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
org.bouncycastle : bcprov-jdk15on jar 1.52

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.