Kademlia API over Netty

Java library for kademlia API netty as server, OKHttp as client and Gson as serializer.

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.ep2p
ArtifactId

ArtifactId

kademlia-netty
Last Version

Last Version

0.1.3-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Kademlia API over Netty
Java library for kademlia API netty as server, OKHttp as client and Gson as serializer.
Project URL

Project URL

https://github.com/ep2p/kademlia-netty
Source Code Management

Source Code Management

https://github.com/ep2p/kademlia-netty/tree/main

Download kademlia-netty

How to add to project

<!-- https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/ -->
<dependency>
    <groupId>io.ep2p</groupId>
    <artifactId>kademlia-netty</artifactId>
    <version>0.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/
implementation 'io.ep2p:kademlia-netty:0.1.3-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/
implementation ("io.ep2p:kademlia-netty:0.1.3-RELEASE")
'io.ep2p:kademlia-netty:jar:0.1.3-RELEASE'
<dependency org="io.ep2p" name="kademlia-netty" rev="0.1.3-RELEASE">
  <artifact name="kademlia-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='kademlia-netty', version='0.1.3-RELEASE')
)
libraryDependencies += "io.ep2p" % "kademlia-netty" % "0.1.3-RELEASE"
[io.ep2p/kademlia-netty "0.1.3-RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
io.ep2p : kademlia-api jar 4.1.8-RELEASE
io.netty : netty-all jar 4.1.77.Final
com.google.code.gson : gson jar 2.9.0
com.squareup.okhttp3 : okhttp jar 4.9.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.14

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.platform : junit-platform-launcher jar 1.2.0
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3-RELEASE
0.1.2-RELEASE
0.1.1-RELEASE
0.1.0-RELEASE