c

camel-quarkus-integration-tests-support-core-parent

Files download
File Operation
camel-quarkus-integration-tests-support-core-parent-1.0.0-M7.pom download
Apache Maven
<dependency>
  <groupId>org.apache.camel.quarkus</groupId>
  <artifactId>camel-quarkus-integration-tests-support-core-parent</artifactId>
  <version>1.0.0-M7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-tests-support-core-parent:1.0.0-M7'
Gradle Kotlin
implementation("org.apache.camel.quarkus:camel-quarkus-integration-tests-support-core-parent:1.0.0-M7")
Scala SBT
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-tests-support-core-parent" % "1.0.0-M7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-tests-support-core-parent', version='1.0.0-M7')
)
Apache Ivy
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-tests-support-core-parent" rev="1.0.0-M7" />
Leiningen
[org.apache.camel.quarkus/camel-quarkus-integration-tests-support-core-parent "1.0.0-M7"]
Apache Buildr
'org.apache.camel.quarkus:camel-quarkus-integration-tests-support-core-parent:jar:1.0.0-M7'