is not current version
Last Version 4.1.8-RELEASE

io.ep2p:kademlia-api 4.0.0-RELEASE

Java library for kademlia algorithm API with abstract networking layer.

GroupId

GroupId

io.ep2p
ArtifactId

ArtifactId

kademlia-api
Version

Version

4.0.0-RELEASE
Type

Type

jar

Download kademlia-api 4.0.0-RELEASE


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