License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices ORM Data |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-platform-http |
Last Version | Last Version2.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Platform HTTP :: Runtime
Maven plugins configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-platform-http/
implementation 'org.apache.camel.quarkus:camel-quarkus-platform-http:2.10.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-platform-http/
implementation ("org.apache.camel.quarkus:camel-quarkus-platform-http:2.10.0")
'org.apache.camel.quarkus:camel-quarkus-platform-http:jar:2.10.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-platform-http" rev="2.10.0">
<artifact name="camel-quarkus-platform-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-platform-http', version='2.10.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-platform-http" % "2.10.0"
[org.apache.camel.quarkus/camel-quarkus-platform-http "2.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-core | jar | |
org.apache.camel.quarkus : camel-quarkus-attachments | jar | |
org.apache.camel : camel-platform-http-vertx | jar | |
io.quarkus : quarkus-vertx-http | jar |