| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных Сеть Netty Networking |
| Группа | Группаio.netty |
| Идентификатор | Идентификаторnetty-codec-redis |
| Последняя версия | Последняя версия4.1.78.Final |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNetty/Codec/Redis
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| netty-codec-redis-4.1.78.Final.pom | |
| netty-codec-redis-4.1.78.Final.jar | 41 KB |
| netty-codec-redis-4.1.78.Final-sources.jar | 31 KB |
| netty-codec-redis-4.1.78.Final-javadoc.jar | 137 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.netty/netty-codec-redis/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-redis</artifactId>
<version>4.1.78.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-codec-redis/
implementation 'io.netty:netty-codec-redis:4.1.78.Final'
// https://jarcasting.com/artifacts/io.netty/netty-codec-redis/
implementation ("io.netty:netty-codec-redis:4.1.78.Final")
'io.netty:netty-codec-redis:jar:4.1.78.Final'
<dependency org="io.netty" name="netty-codec-redis" rev="4.1.78.Final">
<artifact name="netty-codec-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-codec-redis', version='4.1.78.Final')
)
libraryDependencies += "io.netty" % "netty-codec-redis" % "4.1.78.Final"
[io.netty/netty-codec-redis "4.1.78.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-common | jar | 4.1.78.Final |
| io.netty : netty-buffer | jar | 4.1.78.Final |
| io.netty : netty-transport | jar | 4.1.78.Final |
| io.netty : netty-codec | jar | 4.1.78.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| io.netty : netty-build-common | jar | 30 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.18.0 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |