| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-netty |
| Версия | Версия3.16.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Netty
Camel Netty NIO based socket communication component
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-netty-3.16.0.pom | |
| camel-netty-3.16.0.jar | 201 KB |
| camel-netty-3.16.0-sources.jar | 121 KB |
| camel-netty-3.16.0-javadoc.jar | 752 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-netty/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty/
implementation 'org.apache.camel:camel-netty:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty/
implementation ("org.apache.camel:camel-netty:3.16.0")
'org.apache.camel:camel-netty:jar:3.16.0'
<dependency org="org.apache.camel" name="camel-netty" rev="3.16.0">
<artifact name="camel-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-netty', version='3.16.0')
)
libraryDependencies += "org.apache.camel" % "camel-netty" % "3.16.0"
[org.apache.camel/camel-netty "3.16.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.16.0 |
| io.netty : netty-buffer | jar | 4.1.75.Final |
| io.netty : netty-codec | jar | 4.1.75.Final |
| io.netty : netty-common | jar | 4.1.75.Final |
| io.netty : netty-handler | jar | 4.1.75.Final |
| io.netty : netty-resolver | jar | 4.1.75.Final |
| io.netty : netty-transport | jar | 4.1.75.Final |
| io.netty : netty-transport-native-epoll | jar | 4.1.75.Final |
| io.netty : netty-transport-native-unix-common | jar | 4.1.75.Final |
| org.apache.commons : commons-pool2 | jar | 2.11.1 |