is not current version
Last Version 0.4.0

org.apache.camel.quarkus:tooling-parent 0.3.0

Camel Quarkus Tooling Parent POM

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

tooling-parent
Version

Version

0.3.0
Type

Type

pom

Download tooling-parent 0.3.0

Filename Size
tooling-parent-0.3.0.pom 6 KB
Browse

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