MVN

org.switchyard.components : switchyard-component-test-mixin-cdi

Maven & Gradle

14 usages

SwitchYard: CDI Test MixIn · CDI MixIn classes

<dependency>
    <groupId>org.switchyard.components</groupId>
    <artifactId>switchyard-component-test-mixin-cdi</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-test-mixin-cdi 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-test-mixin-cdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
switchyard-component-test-mixin-cdi-2.1.0.Final
2.0.x
switchyard-component-test-mixin-cdi-2.0.1.redhat-621177
switchyard-component-test-mixin-cdi-2.0.1.redhat-621222
switchyard-component-test-mixin-cdi-2.0.1.redhat-621216
switchyard-component-test-mixin-cdi-2.0.1.redhat-621211
switchyard-component-test-mixin-cdi-2.0.1.redhat-621186
switchyard-component-test-mixin-cdi-2.0.1.redhat-621169
switchyard-component-test-mixin-cdi-2.0.1.redhat-621159
switchyard-component-test-mixin-cdi-2.0.1.redhat-621117
switchyard-component-test-mixin-cdi-2.0.1.redhat-621107
switchyard-component-test-mixin-cdi-2.0.1.redhat-621090
switchyard-component-test-mixin-cdi-2.0.1.redhat-621084
switchyard-component-test-mixin-cdi-2.0.1.redhat-620133
switchyard-component-test-mixin-cdi-2.0.0.Final
switchyard-component-test-mixin-cdi-2.0.0.CR1
switchyard-component-test-mixin-cdi-2.0.0.Beta1
switchyard-component-test-mixin-cdi-2.0.0.Alpha3
switchyard-component-test-mixin-cdi-2.0.0.Alpha2
switchyard-component-test-mixin-cdi-2.0.0.Alpha1
1.1.x
switchyard-component-test-mixin-cdi-1.1.0.Final
switchyard-component-test-mixin-cdi-1.1.0.CR1
switchyard-component-test-mixin-cdi-1.1.0.M4
0.8.x
switchyard-component-test-mixin-cdi-0.8.0.Final
0.7.x
switchyard-component-test-mixin-cdi-0.7.0.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>org.switchyard.components</groupId>
    <artifactId>switchyard-component-test-mixin-cdi</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-test-mixin-cdi gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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