License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-netty4-http |
Last Version | Last Version3.0.0-M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Netty4 HTTP
Camel Netty4 HTTP support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-netty4-http-3.0.0-M4.pom | |
camel-netty4-http-3.0.0-M4.jar | 115 KB |
camel-netty4-http-3.0.0-M4-sources.jar | 94 KB |
camel-netty4-http-3.0.0-M4-javadoc.jar | 283 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4-http</artifactId>
<version>3.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/
implementation 'org.apache.camel:camel-netty4-http:3.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4-http/
implementation ("org.apache.camel:camel-netty4-http:3.0.0-M4")
'org.apache.camel:camel-netty4-http:jar:3.0.0-M4'
<dependency org="org.apache.camel" name="camel-netty4-http" rev="3.0.0-M4">
<artifact name="camel-netty4-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-netty4-http', version='3.0.0-M4')
)
libraryDependencies += "org.apache.camel" % "camel-netty4-http" % "3.0.0-M4"
[org.apache.camel/camel-netty4-http "3.0.0-M4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-netty4 | jar | 3.0.0-M4 |
org.apache.camel : camel-http-common | jar | 3.0.0-M4 |
org.apache.camel : camel-cloud | jar | 3.0.0-M4 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |