is not current version
Last Version 3.17.0

org.apache.camel:camel-http 1.0.0

Camel HTTP support

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-http
Version

Version

1.0.0
Type

Type

jar

Download camel-http 1.0.0


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-http/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-http</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-http/
implementation 'org.apache.camel:camel-http:1.0.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-http/
implementation ("org.apache.camel:camel-http:1.0.0")
'org.apache.camel:camel-http:jar:1.0.0'
<dependency org="org.apache.camel" name="camel-http" rev="1.0.0">
  <artifact name="camel-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-http', version='1.0.0')
)
libraryDependencies += "org.apache.camel" % "camel-http" % "1.0.0"
[org.apache.camel/camel-http "1.0.0"]