Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-box |
Version | Version1.0.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
camel-quarkus-box-1.0.0-M4.pom | |
camel-quarkus-box-1.0.0-M4.jar | 7 KB |
camel-quarkus-box-1.0.0-M4-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-box/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-box</artifactId>
<version>1.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-box/
implementation 'org.apache.camel.quarkus:camel-quarkus-box:1.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-box/
implementation ("org.apache.camel.quarkus:camel-quarkus-box:1.0.0-M4")
'org.apache.camel.quarkus:camel-quarkus-box:jar:1.0.0-M4'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-box" rev="1.0.0-M4">
<artifact name="camel-quarkus-box" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-box', version='1.0.0-M4')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-box" % "1.0.0-M4"
[org.apache.camel.quarkus/camel-quarkus-box "1.0.0-M4"]