c

camel-http4

For calling out to external HTTP servers using Apache HTTP Client 4.x.
Files download
File Operation
camel-http4-2.2.1.Final.jar download
camel-http4-2.2.1.Final.pom download
Apache Maven
<dependency>
  <groupId>io.thorntail</groupId>
  <artifactId>camel-http4</artifactId>
  <version>2.2.1.Final</version>
</dependency>
Gradle Groovy
implementation 'io.thorntail:camel-http4:2.2.1.Final'
Gradle Kotlin
implementation("io.thorntail:camel-http4:2.2.1.Final")
Scala SBT
libraryDependencies += "io.thorntail" % "camel-http4" % "2.2.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.thorntail', module='camel-http4', version='2.2.1.Final')
)
Apache Ivy
<dependency org="io.thorntail" name="camel-http4" rev="2.2.1.Final" />
Leiningen
[io.thorntail/camel-http4 "2.2.1.Final"]
Apache Buildr
'io.thorntail:camel-http4:jar:2.2.1.Final'