Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcatalog |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
catalog-0.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/catalog/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>catalog</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/catalog/
implementation 'org.apache.camel.quarkus:catalog:0.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/catalog/
implementation ("org.apache.camel.quarkus:catalog:0.4.0")
'org.apache.camel.quarkus:catalog:pom:0.4.0'
<dependency org="org.apache.camel.quarkus" name="catalog" rev="0.4.0">
<artifact name="catalog" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='catalog', version='0.4.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "catalog" % "0.4.0"
[org.apache.camel.quarkus/catalog "0.4.0"]