| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных Сеть Netty Networking |
| Группа | Группаcom.github.spullara.redis |
| Идентификатор | Идентификаторnetty4-server |
| Последняя версия | Последняя версия0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnetty4-server
A very fast Java redis redis.client.
|
| Имя Файла | Размер |
|---|---|
| netty4-server-0.7.pom | |
| netty4-server-0.7.jar | 37 KB |
| netty4-server-0.7-sources.jar | 20 KB |
| netty4-server-0.7-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/netty4-server/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>netty4-server</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty4-server/
implementation 'com.github.spullara.redis:netty4-server:0.7'
// https://jarcasting.com/artifacts/com.github.spullara.redis/netty4-server/
implementation ("com.github.spullara.redis:netty4-server:0.7")
'com.github.spullara.redis:netty4-server:jar:0.7'
<dependency org="com.github.spullara.redis" name="netty4-server" rev="0.7">
<artifact name="netty4-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='netty4-server', version='0.7')
)
libraryDependencies += "com.github.spullara.redis" % "netty4-server" % "0.7"
[com.github.spullara.redis/netty4-server "0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spullara.redis : netty4 | jar | 0.7 |
| com.github.spullara.redis : protocol | jar | 0.7 |
| com.google.guava : guava | jar | 13.0.1 |
| com.github.spullara.cli-parser : cli-parser | jar | 1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |