не последняя версия
Последняя версия 0.7

com.github.spullara.redis:netty 0.4


Категории

Категории

Redis Данные Базы данных Сеть Netty Networking
Группа

Группа

com.github.spullara.redis
Идентификатор

Идентификатор

netty
Версия

Версия

0.4
Тип

Тип

jar

Скачать netty 0.4

Имя Файла Размер
netty-0.4.pom
netty-0.4.jar 12 KB
netty-0.4-sources.jar 6 KB
netty-0.4-javadoc.jar 77 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/netty/ -->
<dependency>
    <groupId>com.github.spullara.redis</groupId>
    <artifactId>netty</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty/
implementation 'com.github.spullara.redis:netty:0.4'
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty/
implementation ("com.github.spullara.redis:netty:0.4")
'com.github.spullara.redis:netty:jar:0.4'
<dependency org="com.github.spullara.redis" name="netty" rev="0.4">
  <artifact name="netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='netty', version='0.4')
)
libraryDependencies += "com.github.spullara.redis" % "netty" % "0.4"
[com.github.spullara.redis/netty "0.4"]