License |
License |
---|---|
GroupId | GroupIdio.ep2p |
ArtifactId | ArtifactIdkademlia-api |
Version | Version4.1.0-RELEASE |
Type | Typejar |
Description |
DescriptionAbstract Kademlia API
Java library for kademlia algorithm API with abstract networking layer.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kademlia-api-4.1.0-RELEASE.pom | |
kademlia-api-4.1.0-RELEASE.jar | 88 KB |
kademlia-api-4.1.0-RELEASE-sources.jar | 44 KB |
kademlia-api-4.1.0-RELEASE-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ep2p/kademlia-api/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>kademlia-api</artifactId>
<version>4.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/kademlia-api/
implementation 'io.ep2p:kademlia-api:4.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/kademlia-api/
implementation ("io.ep2p:kademlia-api:4.1.0-RELEASE")
'io.ep2p:kademlia-api:jar:4.1.0-RELEASE'
<dependency org="io.ep2p" name="kademlia-api" rev="4.1.0-RELEASE">
<artifact name="kademlia-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='kademlia-api', version='4.1.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "kademlia-api" % "4.1.0-RELEASE"
[io.ep2p/kademlia-api "4.1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.31 |
org.jetbrains : annotations | jar | RELEASE |
com.google.guava : guava | jar | 31.0.1-jre |
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 |