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