is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-platform-http 0.4.0

HTTP platform component is used for integrating Camel HTTP with Quarkus HTTP layer

Categories

Categories

Quarkus Container Microservices ORM Data
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-platform-http
Version

Version

0.4.0
Type

Type

jar

Download camel-quarkus-platform-http 0.4.0


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