MVN

org.switchyard.components : switchyard-component-camel-test

Maven & Gradle

16 usages

SwitchYard: Camel Component :: Binding Test framework

<dependency>
    <groupId>org.switchyard.components</groupId>
    <artifactId>switchyard-component-camel-test</artifactId>
    <version>2.0.1.redhat-621177</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.switchyard.components : switchyard-component-camel-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.redhat-621177
  • Latest Beta: 2.0.0.Beta1
  • Latest Alpha: 2.0.0.Alpha3

All Versions

Choose a version of org.switchyard.components : switchyard-component-camel-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • switchyard-component-camel-test-2.0.1.redhat-621177

    Jan 04, 2019
  • switchyard-component-camel-test-2.0.1.redhat-621222

    Sep 12, 2018
  • switchyard-component-camel-test-2.0.1.redhat-621216

    Oct 19, 2017
  • switchyard-component-camel-test-2.0.1.redhat-621211

    Aug 13, 2017
  • switchyard-component-camel-test-2.0.1.redhat-621186

    Mar 14, 2017
  • switchyard-component-camel-test-2.0.1.redhat-621169

    Nov 02, 2016
  • switchyard-component-camel-test-2.0.1.redhat-621159

    Sep 13, 2016
  • switchyard-component-camel-test-2.1.0.Final

    Aug 14, 2016
  • switchyard-component-camel-test-2.0.1.redhat-621117

    Jul 13, 2016
  • switchyard-component-camel-test-2.0.1.redhat-621107

    May 10, 2016
  • switchyard-component-camel-test-2.0.1.redhat-621090

    Jan 19, 2016
  • switchyard-component-camel-test-2.0.1.redhat-621084

    Nov 30, 2015
  • switchyard-component-camel-test-2.0.1.redhat-620133

    Jun 20, 2015
  • switchyard-component-camel-test-2.0.0.Final

    Jun 02, 2015
  • switchyard-component-camel-test-2.0.0.CR1

    Feb 20, 2015
  • switchyard-component-camel-test-2.0.0.Beta1

    Dec 12, 2014
  • switchyard-component-camel-test-2.0.0.Alpha3

    Sep 30, 2014
  • switchyard-component-camel-test-2.0.0.Alpha2

    Jul 28, 2014
  • switchyard-component-camel-test-2.0.0.Alpha1

    May 27, 2014
  • switchyard-component-camel-test-1.1.0.Final

    Nov 19, 2013
  • switchyard-component-camel-test-1.1.0.CR1

    Nov 05, 2013
  • switchyard-component-camel-test-1.1.0.M4

    Oct 07, 2013
  • switchyard-component-camel-test-0.8.0.Final

    Mar 21, 2013
  • switchyard-component-camel-test-0.7.0.Final

    Jan 02, 2013

How to add a dependency to Maven

Add the following org.switchyard.components : switchyard-component-camel-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.switchyard.components</groupId>
    <artifactId>switchyard-component-camel-test</artifactId>
    <version>2.0.1.redhat-621177</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.switchyard.components : switchyard-component-camel-test gradle dependency to your build.gradle file:

implementation 'org.switchyard.components:switchyard-component-camel-test:2.0.1.redhat-621177'

Gradle Kotlin DSL: Add the following org.switchyard.components : switchyard-component-camel-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.switchyard.components:switchyard-component-camel-test:2.0.1.redhat-621177")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.switchyard.components : switchyard-component-camel-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.switchyard.components" % "switchyard-component-camel-test" % "2.0.1.redhat-621177"