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