MVN

org.aperteworkflow : mule-esb-plugin

Maven & Gradle

Aug 21, 2015

mule-esb-plugin

<dependency>
    <groupId>org.aperteworkflow</groupId>
    <artifactId>mule-esb-plugin</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aperteworkflow : mule-esb-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 3.2-RC1
  • Latest Beta: 3.0-beta1

All Versions

Choose a version of org.aperteworkflow : mule-esb-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
mule-esb-plugin-3.2-RC1
3.0
mule-esb-plugin-3.0-beta1
2.0
mule-esb-plugin-2.0
mule-esb-plugin-2.0-RC1
1.1.x
mule-esb-plugin-1.1.1
1.1
mule-esb-plugin-1.1
1.0
mule-esb-plugin-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.aperteworkflow</groupId>
    <artifactId>mule-esb-plugin</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aperteworkflow : mule-esb-plugin gradle dependency to your build.gradle file:

implementation 'org.aperteworkflow:mule-esb-plugin:2.0'

Gradle Kotlin DSL: Add the following org.aperteworkflow : mule-esb-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aperteworkflow:mule-esb-plugin:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aperteworkflow : mule-esb-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aperteworkflow" % "mule-esb-plugin" % "2.0"

Advertisement