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