is not current version
Last Version 4.1.8-RELEASE

io.ep2p:kademlia-api 3.0.1-RELEASE

Java library for kademlia algorithm API abstraction to be used in variety of projects.

GroupId

GroupId

io.ep2p
ArtifactId

ArtifactId

kademlia-api
Version

Version

3.0.1-RELEASE
Type

Type

jar

Download kademlia-api 3.0.1-RELEASE


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