не последняя версия
Последняя версия 3.17.0

org.apache.camel:camel-netty 2.24.3

Camel Netty NIO based socket communication component

Категории

Категории

Сеть Netty Networking
Группа

Группа

org.apache.camel
Идентификатор

Идентификатор

camel-netty
Версия

Версия

2.24.3
Тип

Тип

jar

Скачать camel-netty 2.24.3


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-netty/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-netty</artifactId>
    <version>2.24.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty/
implementation 'org.apache.camel:camel-netty:2.24.3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty/
implementation ("org.apache.camel:camel-netty:2.24.3")
'org.apache.camel:camel-netty:jar:2.24.3'
<dependency org="org.apache.camel" name="camel-netty" rev="2.24.3">
  <artifact name="camel-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-netty', version='2.24.3')
)
libraryDependencies += "org.apache.camel" % "camel-netty" % "2.24.3"
[org.apache.camel/camel-netty "2.24.3"]