Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-netty4-http |
Version | Version2.21.0 |
Type | Typejar |
Filename | Size |
---|---|
camel-netty4-http-2.21.0.pom | |
camel-netty4-http-2.21.0.jar | 110 KB |
camel-netty4-http-2.21.0-sources.jar | 91 KB |
camel-netty4-http-2.21.0-javadoc.jar | 281 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4-http</artifactId>
<version>2.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/
implementation 'org.apache.camel:camel-netty4-http:2.21.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/
implementation ("org.apache.camel:camel-netty4-http:2.21.0")
'org.apache.camel:camel-netty4-http:jar:2.21.0'
<dependency org="org.apache.camel" name="camel-netty4-http" rev="2.21.0">
<artifact name="camel-netty4-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-netty4-http', version='2.21.0')
)
libraryDependencies += "org.apache.camel" % "camel-netty4-http" % "2.21.0"
[org.apache.camel/camel-netty4-http "2.21.0"]