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