| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаcom.github.akurilov |
| Идентификатор | Идентификаторnetty-connection-pool |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Описание |
Описаниеnetty-connection-pool
High-performance non-blocking, multi-endpoint connection pool
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| netty-connection-pool-1.2.1.pom | |
| netty-connection-pool-1.2.1.jar | 12 KB |
| netty-connection-pool-1.2.1-sources.jar | 7 KB |
| netty-connection-pool-1.2.1-javadoc.jar | 414 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>netty-connection-pool</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/
implementation 'com.github.akurilov:netty-connection-pool:1.2.1'
// https://jarcasting.com/artifacts/com.github.akurilov/netty-connection-pool/
implementation ("com.github.akurilov:netty-connection-pool:1.2.1")
'com.github.akurilov:netty-connection-pool:jar:1.2.1'
<dependency org="com.github.akurilov" name="netty-connection-pool" rev="1.2.1">
<artifact name="netty-connection-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='netty-connection-pool', version='1.2.1')
)
libraryDependencies += "com.github.akurilov" % "netty-connection-pool" % "1.2.1"
[com.github.akurilov/netty-connection-pool "1.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-common | jar | 4.1.25.Final |
| io.netty : netty-transport | jar | 4.1.25.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4,) |
| io.netty : netty-transport-native-epoll | jar | 4.1.25.Final |