License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-camel-core-runtime |
Version | Version0.12.0 |
Type | Typejar |
Description |
DescriptionQuarkus - Camel - Core - Runtime
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-camel-core-runtime/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-camel-core-runtime</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-camel-core-runtime/
implementation 'io.quarkus:quarkus-camel-core-runtime:0.12.0'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-camel-core-runtime/
implementation ("io.quarkus:quarkus-camel-core-runtime:0.12.0")
'io.quarkus:quarkus-camel-core-runtime:jar:0.12.0'
<dependency org="io.quarkus" name="quarkus-camel-core-runtime" rev="0.12.0">
<artifact name="quarkus-camel-core-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-camel-core-runtime', version='0.12.0')
)
libraryDependencies += "io.quarkus" % "quarkus-camel-core-runtime" % "0.12.0"
[io.quarkus/quarkus-camel-core-runtime "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core-runtime | jar | 0.12.0 |
io.quarkus : quarkus-arc-runtime | jar | 0.12.0 |
com.oracle.substratevm : svm | jar | |
org.apache.camel : camel-core | jar | |
org.apache.camel : camel-headersmap | jar |