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