| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаio.ep2p |
| Идентификатор | Идентификаторkademlia-netty |
| Последняя версия | Последняя версия0.1.3-RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеKademlia API over Netty
Java library for kademlia API netty as server, OKHttp as client and Gson as serializer.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| kademlia-netty-0.1.3-RELEASE.pom | |
| kademlia-netty-0.1.3-RELEASE.jar | 62 KB |
| kademlia-netty-0.1.3-RELEASE-sources.jar | 22 KB |
| kademlia-netty-0.1.3-RELEASE-javadoc.jar | 590 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/ -->
<dependency>
<groupId>io.ep2p</groupId>
<artifactId>kademlia-netty</artifactId>
<version>0.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/
implementation 'io.ep2p:kademlia-netty:0.1.3-RELEASE'
// https://jarcasting.com/artifacts/io.ep2p/kademlia-netty/
implementation ("io.ep2p:kademlia-netty:0.1.3-RELEASE")
'io.ep2p:kademlia-netty:jar:0.1.3-RELEASE'
<dependency org="io.ep2p" name="kademlia-netty" rev="0.1.3-RELEASE">
<artifact name="kademlia-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ep2p', module='kademlia-netty', version='0.1.3-RELEASE')
)
libraryDependencies += "io.ep2p" % "kademlia-netty" % "0.1.3-RELEASE"
[io.ep2p/kademlia-netty "0.1.3-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.ep2p : kademlia-api | jar | 4.1.8-RELEASE |
| io.netty : netty-all | jar | 4.1.77.Final |
| com.google.code.gson : gson | jar | 2.9.0 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.2.0 |
| org.mockito : mockito-all | jar | 1.10.19 |