is not current version
Last Version 0.1.3-RELEASE

io.ep2p:kademlia-netty 0.1.2-RELEASE

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

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.ep2p
ArtifactId

ArtifactId

kademlia-netty
Version

Version

0.1.2-RELEASE
Type

Type

jar

Download kademlia-netty 0.1.2-RELEASE


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