Download camel-netty-2.9.2.jar file - Jar c

Jar examples for c:camel-netty

Description

Camel Netty NIO based socket communication component

You can download jar file camel-netty 2.9.2 in this page.

License

Apache License

Build File

You can use the following script to add camel-netty-2.9.2.jar to your project.

<dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-netty</artifactId>
   <version>2.9.2</version>
</dependency>
compile group: 'org.apache.camel', name: 'camel-netty', version: '2.9.2'
libraryDependencies += "org.apache.camel" % "camel-netty" % "2.9.2"
<dependency org="org.apache.camel" name="camel-netty" rev="2.9.2"/>
@Grapes(@Grab(group='org.apache.camel', module='camel-netty', version='2.9.2'))
'org.apache.camel:camel-netty:jar:2.9.2'

Download

Click the following link to download the jar file.

camel-netty-2.9.2-javadoc.jar
camel-netty-2.9.2-sources.jar
camel-netty-2.9.2.jar
camel-netty-2.9.2.pom



Related Tutorials