MVN

org.switchyard : switchyard-rhq-plugin

Maven & Gradle

Jan 04, 2019

SwitchYard: RHQ Plugin · SwitchYard RHQ Plugin

<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-rhq-plugin</artifactId>
    <version>2.0.1.redhat-621177</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.switchyard : switchyard-rhq-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.redhat-621177

All Versions

Choose a version of org.switchyard : switchyard-rhq-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
switchyard-rhq-plugin-2.0.1.redhat-621177
switchyard-rhq-plugin-2.0.1.redhat-621222
switchyard-rhq-plugin-2.0.1.redhat-621216
switchyard-rhq-plugin-2.0.1.redhat-621211
switchyard-rhq-plugin-2.0.1.redhat-621186
switchyard-rhq-plugin-2.0.1.redhat-621169
switchyard-rhq-plugin-2.0.1.redhat-621159
switchyard-rhq-plugin-2.0.1.redhat-621117
switchyard-rhq-plugin-2.0.1.redhat-621107
switchyard-rhq-plugin-2.0.1.redhat-621090
switchyard-rhq-plugin-2.0.1.redhat-621084
switchyard-rhq-plugin-2.0.1.redhat-620133

How to add a dependency to Maven

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

<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-rhq-plugin</artifactId>
    <version>2.0.1.redhat-621177</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.switchyard : switchyard-rhq-plugin gradle dependency to your build.gradle file:

implementation 'org.switchyard:switchyard-rhq-plugin:2.0.1.redhat-621177'

Gradle Kotlin DSL: Add the following org.switchyard : switchyard-rhq-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.switchyard:switchyard-rhq-plugin:2.0.1.redhat-621177")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.switchyard : switchyard-rhq-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.switchyard" % "switchyard-rhq-plugin" % "2.0.1.redhat-621177"