License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-support-mock-backend |
Last Version | Last Version2.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Integration Tests :: Support :: Mock Backend
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-support-mock-backend/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-support-mock-backend</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-support-mock-backend/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-support-mock-backend:2.10.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-support-mock-backend/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-support-mock-backend:2.10.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-support-mock-backend:jar:2.10.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-support-mock-backend" rev="2.10.0">
<artifact name="camel-quarkus-integration-test-support-mock-backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-support-mock-backend', version='2.10.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-support-mock-backend" % "2.10.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-support-mock-backend "2.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.config : microprofile-config-api | jar | |
org.jboss.logging : jboss-logging | jar |