License |
License |
---|---|
GroupId | GroupIdio.ep2p |
ArtifactId | ArtifactIdkademlia-api |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionAbstract Kademlia API
Java library for kademlia algorithm API abstraction to be used in variety of projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kademlia-api-2.0.1-RELEASE.pom | |
kademlia-api-2.0.1-RELEASE.jar | 58 KB |
kademlia-api-2.0.1-RELEASE-sources.jar | 34 KB |
kademlia-api-2.0.1-RELEASE-javadoc.jar | 334 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ep2p/kademlia-api/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>kademlia-api</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/kademlia-api/
implementation 'io.ep2p:kademlia-api:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/kademlia-api/
implementation ("io.ep2p:kademlia-api:2.0.1-RELEASE")
'io.ep2p:kademlia-api:jar:2.0.1-RELEASE'
<dependency org="io.ep2p" name="kademlia-api" rev="2.0.1-RELEASE">
<artifact name="kademlia-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='kademlia-api', version='2.0.1-RELEASE')
)
libraryDependencies += "io.ep2p" % "kademlia-api" % "2.0.1-RELEASE"
[io.ep2p/kademlia-api "2.0.1-RELEASE"]
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 |