License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-ahc |
Version | Version3.16.0 |
Type | Typejar |
Description |
DescriptionCamel :: AHC (deprecated)
Camel Async Http Client support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-ahc-3.16.0.pom | |
camel-ahc-3.16.0.jar | 53 KB |
camel-ahc-3.16.0-sources.jar | 33 KB |
camel-ahc-3.16.0-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-ahc/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ahc</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-ahc/
implementation 'org.apache.camel:camel-ahc:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-ahc/
implementation ("org.apache.camel:camel-ahc:3.16.0")
'org.apache.camel:camel-ahc:jar:3.16.0'
<dependency org="org.apache.camel" name="camel-ahc" rev="3.16.0">
<artifact name="camel-ahc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-ahc', version='3.16.0')
)
libraryDependencies += "org.apache.camel" % "camel-ahc" % "3.16.0"
[org.apache.camel/camel-ahc "3.16.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.16.0 |
org.apache.camel : camel-http-base | jar | 3.16.0 |
org.apache.camel : camel-file | jar | 3.16.0 |
io.netty : netty-buffer | jar | 4.1.75.Final |
io.netty : netty-codec | jar | 4.1.75.Final |
io.netty : netty-common | jar | 4.1.75.Final |
io.netty : netty-handler | jar | 4.1.75.Final |
io.netty : netty-codec-http | jar | 4.1.75.Final |
io.netty : netty-codec-socks | jar | 4.1.75.Final |
io.netty : netty-resolver | jar | 4.1.75.Final |
io.netty : netty-transport | jar | 4.1.75.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.75.Final |
io.netty : netty-transport-native-unix-common | jar | 4.1.75.Final |
org.asynchttpclient : async-http-client | jar | 2.12.3 |