License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-netty-http |
Last Version | Last Version2.19.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCamel :: Example :: Netty HTTP
An example showing how to use a shared Netty HTTP server with multiple Camel applications in OSGi container
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camel-example-netty-http-2.19.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-netty-http/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-netty-http</artifactId>
<version>2.19.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-netty-http/
implementation 'org.apache.camel:camel-example-netty-http:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-netty-http/
implementation ("org.apache.camel:camel-example-netty-http:2.19.5")
'org.apache.camel:camel-example-netty-http:pom:2.19.5'
<dependency org="org.apache.camel" name="camel-example-netty-http" rev="2.19.5">
<artifact name="camel-example-netty-http" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-netty-http', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-netty-http" % "2.19.5"
[org.apache.camel/camel-example-netty-http "2.19.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-blueprint | jar | 2.19.5 |
org.apache.camel : camel-netty-http | jar | 2.19.5 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.8.2 |
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |