License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices MongoDB Data Databases |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-tests-support-mongodb |
Version | Version2.10.0 |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Integration Tests :: Support :: MongoDB
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-tests-support-mongodb/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-tests-support-mongodb</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-tests-support-mongodb/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-tests-support-mongodb:2.10.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-tests-support-mongodb/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-tests-support-mongodb:2.10.0")
'org.apache.camel.quarkus:camel-quarkus-integration-tests-support-mongodb:jar:2.10.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-tests-support-mongodb" rev="2.10.0">
<artifact name="camel-quarkus-integration-tests-support-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-tests-support-mongodb', version='2.10.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-tests-support-mongodb" % "2.10.0"
[org.apache.camel.quarkus/camel-quarkus-integration-tests-support-mongodb "2.10.0"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-mongodb-client | jar | |
org.apache.camel.quarkus : camel-quarkus-integration-test-support | jar | |
org.testcontainers : testcontainers | jar | |
io.quarkus : quarkus-junit4-mock | jar |