<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-netty-http</artifactId> <version>3.7.2</version> </dependency>
implementation 'org.apache.camel:camel-netty-http:3.7.2'
implementation("org.apache.camel:camel-netty-http:3.7.2")
libraryDependencies += "org.apache.camel" % "camel-netty-http" % "3.7.2"
@Grapes( @Grab(group='org.apache.camel', module='camel-netty-http', version='3.7.2') )
<dependency org="org.apache.camel" name="camel-netty-http" rev="3.7.2" />
[org.apache.camel/camel-netty-http "3.7.2"]
'org.apache.camel:camel-netty-http:jar:3.7.2'
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>3.7.2</version> </parent>
compile
|-- org.apache.camel:camel-netty:3.7.2
|-- io.netty:netty-codec-http:4.1.58.Final
|-- org.apache.camel:camel-http-base:3.7.2
|-- org.apache.camel:camel-cloud:3.7.2