| Categories | 
                CategoriesWildFly Container Application Servers | 
        
|---|---|
| GroupId | GroupIdorg.wildfly.camel | 
    
| ArtifactId | ArtifactIdwildfly-camel-itests-common | 
    
| Version | Version2.2.0.redhat-620133 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-itests-common/ -->
<dependency>
    <groupId>org.wildfly.camel</groupId>
    <artifactId>wildfly-camel-itests-common</artifactId>
    <version>2.2.0.redhat-620133</version>
</dependency>
                // https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-itests-common/
implementation 'org.wildfly.camel:wildfly-camel-itests-common:2.2.0.redhat-620133'
                // https://jarcasting.com/artifacts/org.wildfly.camel/wildfly-camel-itests-common/
implementation ("org.wildfly.camel:wildfly-camel-itests-common:2.2.0.redhat-620133")
                'org.wildfly.camel:wildfly-camel-itests-common:jar:2.2.0.redhat-620133'
                <dependency org="org.wildfly.camel" name="wildfly-camel-itests-common" rev="2.2.0.redhat-620133">
  <artifact name="wildfly-camel-itests-common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.wildfly.camel', module='wildfly-camel-itests-common', version='2.2.0.redhat-620133')
)
                libraryDependencies += "org.wildfly.camel" % "wildfly-camel-itests-common" % "2.2.0.redhat-620133"
                [org.wildfly.camel/wildfly-camel-itests-common "2.2.0.redhat-620133"]