MVN

org.switchyard : switchyard-as7-kiedroolsjbpm

Maven & Gradle

SwitchYard: AS7 KIE/Drools/jBPM · SwitchYard AS7 KIE/Drools/jBPM

<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-as7-kiedroolsjbpm</artifactId>
    <version>1.1.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0.Final

All Versions

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

Version Vulnerabilities Updated
1.1.x
switchyard-as7-kiedroolsjbpm-1.1.0.Final
switchyard-as7-kiedroolsjbpm-1.1.0.CR1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.switchyard</groupId>
    <artifactId>switchyard-as7-kiedroolsjbpm</artifactId>
    <version>1.1.0.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.switchyard:switchyard-as7-kiedroolsjbpm:1.1.0.Final'

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

implementation("org.switchyard:switchyard-as7-kiedroolsjbpm:1.1.0.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.switchyard" % "switchyard-as7-kiedroolsjbpm" % "1.1.0.Final"