| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-ahc |
| Версия | Версия3.15.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: AHC
Camel Async Http Client support
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-ahc-3.15.0.pom | |
| camel-ahc-3.15.0.jar | 51 KB |
| camel-ahc-3.15.0-sources.jar | 31 KB |
| camel-ahc-3.15.0-javadoc.jar | 471 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-ahc/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ahc</artifactId>
<version>3.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-ahc/
implementation 'org.apache.camel:camel-ahc:3.15.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-ahc/
implementation ("org.apache.camel:camel-ahc:3.15.0")
'org.apache.camel:camel-ahc:jar:3.15.0'
<dependency org="org.apache.camel" name="camel-ahc" rev="3.15.0">
<artifact name="camel-ahc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-ahc', version='3.15.0')
)
libraryDependencies += "org.apache.camel" % "camel-ahc" % "3.15.0"
[org.apache.camel/camel-ahc "3.15.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.15.0 |
| org.apache.camel : camel-http-base | jar | 3.15.0 |
| org.apache.camel : camel-file | jar | 3.15.0 |
| io.netty : netty-buffer | jar | 4.1.73.Final |
| io.netty : netty-codec | jar | 4.1.73.Final |
| io.netty : netty-common | jar | 4.1.73.Final |
| io.netty : netty-handler | jar | 4.1.73.Final |
| io.netty : netty-codec-http | jar | 4.1.73.Final |
| io.netty : netty-codec-socks | jar | 4.1.73.Final |
| io.netty : netty-resolver | jar | 4.1.73.Final |
| io.netty : netty-transport | jar | 4.1.73.Final |
| io.netty : netty-transport-native-epoll | jar | 4.1.73.Final |
| io.netty : netty-transport-native-unix-common | jar | 4.1.73.Final |
| org.asynchttpclient : async-http-client | jar | 2.12.3 |