Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-netty4-http |
Version | Version2.21.5 |
Type | Typejar |
Filename | Size |
---|---|
camel-netty4-http-2.21.5.pom | |
camel-netty4-http-2.21.5.jar | 111 KB |
camel-netty4-http-2.21.5-sources.jar | 91 KB |
camel-netty4-http-2.21.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/
implementation 'org.apache.camel:camel-netty4-http:2.21.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/
implementation ("org.apache.camel:camel-netty4-http:2.21.5")
'org.apache.camel:camel-netty4-http:jar:2.21.5'
<dependency org="org.apache.camel" name="camel-netty4-http" rev="2.21.5">
<artifact name="camel-netty4-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-netty4-http', version='2.21.5')
)
libraryDependencies += "org.apache.camel" % "camel-netty4-http" % "2.21.5"
[org.apache.camel/camel-netty4-http "2.21.5"]