MVN

org.wildfly.camel : compatibility-itests-wildfly

Maven & Gradle

Feb 02, 2017

Compatibility :: Integration Tests :: WildFly

<dependency>
    <groupId>org.wildfly.camel</groupId>
    <artifactId>compatibility-itests-wildfly</artifactId>
    <version>4.5.0.redhat-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.camel : compatibility-itests-wildfly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.0.redhat-1

All Versions

Choose a version of org.wildfly.camel : compatibility-itests-wildfly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
compatibility-itests-wildfly-4.5.0.redhat-1
compatibility-itests-wildfly-4.5.0
4.4.x
compatibility-itests-wildfly-4.4.0
4.3.x
compatibility-itests-wildfly-4.3.0.redhat-1
compatibility-itests-wildfly-4.3.0
4.2.x
compatibility-itests-wildfly-4.2.1
compatibility-itests-wildfly-4.2.0
4.1.x
compatibility-itests-wildfly-4.1.1
compatibility-itests-wildfly-4.1.0
4.0.x
compatibility-itests-wildfly-4.0.0
3.3.x
compatibility-itests-wildfly-3.3.0
3.2.x
compatibility-itests-wildfly-3.2.0
3.0.x
compatibility-itests-wildfly-3.0.1.redhat-1
compatibility-itests-wildfly-3.0.0.redhat-1

How to add a dependency to Maven

Add the following org.wildfly.camel : compatibility-itests-wildfly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wildfly.camel</groupId>
    <artifactId>compatibility-itests-wildfly</artifactId>
    <version>4.5.0.redhat-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.camel : compatibility-itests-wildfly gradle dependency to your build.gradle file:

implementation 'org.wildfly.camel:compatibility-itests-wildfly:4.5.0.redhat-1'

Gradle Kotlin DSL: Add the following org.wildfly.camel : compatibility-itests-wildfly gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.camel:compatibility-itests-wildfly:4.5.0.redhat-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.camel : compatibility-itests-wildfly sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.camel" % "compatibility-itests-wildfly" % "4.5.0.redhat-1"