| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаio.netty.contrib |
| Идентификатор | Идентификаторnetty-codec-xml |
| Последняя версия | Последняя версия5.0.0.Final |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNetty/Codec/XML
Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.netty.contrib/netty-codec-xml/ -->
<dependency>
<groupId>io.netty.contrib</groupId>
<artifactId>netty-codec-xml</artifactId>
<version>5.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty.contrib/netty-codec-xml/
implementation 'io.netty.contrib:netty-codec-xml:5.0.0.Final'
// https://jarcasting.com/artifacts/io.netty.contrib/netty-codec-xml/
implementation ("io.netty.contrib:netty-codec-xml:5.0.0.Final")
'io.netty.contrib:netty-codec-xml:jar:5.0.0.Final'
<dependency org="io.netty.contrib" name="netty-codec-xml" rev="5.0.0.Final">
<artifact name="netty-codec-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty.contrib', module='netty-codec-xml', version='5.0.0.Final')
)
libraryDependencies += "io.netty.contrib" % "netty-codec-xml" % "5.0.0.Final"
[io.netty.contrib/netty-codec-xml "5.0.0.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.netty : netty-buffer | jar | (4.1.70,) |
| io.netty : netty-transport | jar | (4.1.70,) |
| io.netty : netty-codec | jar | (4.1.70,) |
| com.fasterxml : aalto-xml | jar | 1.3.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
| org.assertj : assertj-core | jar | 3.21.0 |