| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаio.netty |
| Идентификатор | Идентификаторnetty5-codec |
| Версия | Версия5.0.0.Alpha1 |
| Тип | Типjar |
| Описание |
ОписаниеNetty/Codec
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| netty5-codec-5.0.0.Alpha1.pom | |
| netty5-codec-5.0.0.Alpha1.jar | 295 KB |
| netty5-codec-5.0.0.Alpha1-tests.jar | 171 KB |
| netty5-codec-5.0.0.Alpha1-test-sources.jar | 83 KB |
| netty5-codec-5.0.0.Alpha1-sources.jar | 222 KB |
| netty5-codec-5.0.0.Alpha1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.netty/netty5-codec/ -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty5-codec</artifactId>
<version>5.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty5-codec/
implementation 'io.netty:netty5-codec:5.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.netty/netty5-codec/
implementation ("io.netty:netty5-codec:5.0.0.Alpha1")
'io.netty:netty5-codec:jar:5.0.0.Alpha1'
<dependency org="io.netty" name="netty5-codec" rev="5.0.0.Alpha1">
<artifact name="netty5-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty5-codec', version='5.0.0.Alpha1')
)
libraryDependencies += "io.netty" % "netty5-codec" % "5.0.0.Alpha1"
[io.netty/netty5-codec "5.0.0.Alpha1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty5-common | jar | 5.0.0.Alpha1 |
| io.netty : netty5-buffer | jar | 5.0.0.Alpha1 |
| io.netty : netty5-transport | jar | 5.0.0.Alpha1 |
| com.ning : compress-lzf Необязательный | jar | 1.0.3 |
| org.lz4 : lz4-java Необязательный | jar | 1.8.0 |
| com.github.jponge : lzma-java Необязательный | jar | 1.3 |
| com.github.luben : zstd-jni Необязательный | jar | 1.5.0-2 |
| com.aayushatharva.brotli4j : brotli4j Необязательный | jar | 1.6.0 |
| com.aayushatharva.brotli4j : native-linux-x86_64 Необязательный | jar | 1.6.0 |
| com.aayushatharva.brotli4j : native-osx-x86_64 Необязательный | jar | 1.6.0 |
| com.aayushatharva.brotli4j : native-windows-x86_64 Необязательный | jar | 1.6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.18.3 |
| org.apache.commons : commons-compress | jar | 1.21 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| junit : junit | jar | 4.13.1 |
| 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 |