c

camel-quarkus-tooling

Camel Quarkus Tooling Parent POM
文件下载
文件名 操作
camel-quarkus-tooling-2.13.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel.quarkus</groupId>
  <artifactId>camel-quarkus-tooling</artifactId>
  <version>2.13.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.quarkus:camel-quarkus-tooling:2.13.1'
Gradle Kotlin
implementation("org.apache.camel.quarkus:camel-quarkus-tooling:2.13.1")
Scala SBT
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-tooling" % "2.13.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.quarkus', module='camel-quarkus-tooling', version='2.13.1')
)
Apache Ivy
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-tooling" rev="2.13.1" />
Leiningen
[org.apache.camel.quarkus/camel-quarkus-tooling "2.13.1"]
Apache Buildr
'org.apache.camel.quarkus:camel-quarkus-tooling:jar:2.13.1'