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