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