Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.ep2p |
ArtifactId | ArtifactIdkademlia-netty |
Version | Version0.1.2-RELEASE |
Type | Typejar |
<!-- 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"]