License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.ep2p |
ArtifactId | ArtifactIdkademlia-netty |
Last Version | Last Version0.1.3-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKademlia API over Netty
Java library for kademlia API netty as server, OKHttp as client and Gson as serializer.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.14 |
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 |