| Категории |
КатегорииRedis Данные Базы данных Сеть Netty Networking |
|---|---|
| Группа | Группаcom.github.spullara.redis |
| Идентификатор | Идентификаторnetty4 |
| Версия | Версия0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| netty4-0.5.pom | |
| netty4-0.5.jar | 14 KB |
| netty4-0.5-sources.jar | 7 KB |
| netty4-0.5-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/netty4/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>netty4</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty4/
implementation 'com.github.spullara.redis:netty4:0.5'
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty4/
implementation ("com.github.spullara.redis:netty4:0.5")
'com.github.spullara.redis:netty4:jar:0.5'
<dependency org="com.github.spullara.redis" name="netty4" rev="0.5">
<artifact name="netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='netty4', version='0.5')
)
libraryDependencies += "com.github.spullara.redis" % "netty4" % "0.5"
[com.github.spullara.redis/netty4 "0.5"]