| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаio.ep2p |
| Идентификатор | Идентификаторkademlia-netty |
| Версия | Версия0.1.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| kademlia-netty-0.1.0-RELEASE.pom | |
| kademlia-netty-0.1.0-RELEASE.jar | 49 KB |
| kademlia-netty-0.1.0-RELEASE-sources.jar | 18 KB |
| kademlia-netty-0.1.0-RELEASE-javadoc.jar | 540 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>kademlia-netty</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/
implementation 'io.ep2p:kademlia-netty:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/
implementation ("io.ep2p:kademlia-netty:0.1.0-RELEASE")
'io.ep2p:kademlia-netty:jar:0.1.0-RELEASE'
<dependency org="io.ep2p" name="kademlia-netty" rev="0.1.0-RELEASE">
<artifact name="kademlia-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='kademlia-netty', version='0.1.0-RELEASE')
)
libraryDependencies += "io.ep2p" % "kademlia-netty" % "0.1.0-RELEASE"
[io.ep2p/kademlia-netty "0.1.0-RELEASE"]