is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-integration-tests-support 2.3.0

Ancillary modules required by some integration tests. Hosted outside the integration-tests directory so that we can keep a flat hierarchy in the integration-tests directory.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-integration-tests-support
Version

Version

2.3.0
Type

Type

pom

Download camel-quarkus-integration-tests-support 2.3.0


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