License |
License |
---|---|
GroupId | GroupIdch.dissem.jabit |
ArtifactId | ArtifactIdjabit-core |
Version | Version2.0.4 |
Type | Typejar |
Description |
DescriptionJabit 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jabit-core-2.0.4.pom | |
jabit-core-2.0.4.jar | 158 KB |
jabit-core-2.0.4-sources.jar | 105 KB |
jabit-core-2.0.4-javadoc.jar | 357 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
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 |