| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMongoDB Data Databases | 
        
| GroupId | GroupIdorg.apache.camel | 
    
| ArtifactId | ArtifactIdcamel-test-infra-mongodb | 
    
| Last Version | Last Version3.17.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCamel :: Test Infra :: MongoDB 
            Parent pom for the test infrastructure for Camel 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-test-infra-mongodb/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-test-infra-mongodb</artifactId>
    <version>3.17.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.camel/camel-test-infra-mongodb/
implementation 'org.apache.camel:camel-test-infra-mongodb:3.17.0'
                // https://jarcasting.com/artifacts/org.apache.camel/camel-test-infra-mongodb/
implementation ("org.apache.camel:camel-test-infra-mongodb:3.17.0")
                'org.apache.camel:camel-test-infra-mongodb:jar:3.17.0'
                <dependency org="org.apache.camel" name="camel-test-infra-mongodb" rev="3.17.0">
  <artifact name="camel-test-infra-mongodb" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.camel', module='camel-test-infra-mongodb', version='3.17.0')
)
                libraryDependencies += "org.apache.camel" % "camel-test-infra-mongodb" % "3.17.0"
                [org.apache.camel/camel-test-infra-mongodb "3.17.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.camel : camel-test-infra-common | test-jar | 3.17.0 | 
| org.testcontainers : testcontainers | jar | 1.17.1 | 
| org.testcontainers : mongodb | jar | 1.17.1 |