is not current version
Last Version 3.17.0

org.apache.camel:camel-netty 3.0.0-RC3

Camel Netty NIO based socket communication component

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-netty
Version

Version

3.0.0-RC3
Type

Type

jar

Download camel-netty 3.0.0-RC3


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