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