MVN

org.mule.examples : mule-example-launcher

Maven & Gradle

May 02, 2012
1 usages

Mule Example Launcher · Launches simple examples from within a web application

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-launcher</artifactId>
    <version>3.3.0-EA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.examples : mule-example-launcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0-EA
  • Latest Release Candidate: 3.3.0-RC3

All Versions

Choose a version of org.mule.examples : mule-example-launcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
mule-example-launcher-3.3.0-EA
mule-example-launcher-3.3.0-RC3
mule-example-launcher-3.3.0-RC2
mule-example-launcher-3.3.0-RC1
3.3
mule-example-launcher-3.3-M2
mule-example-launcher-3.3-M1
3.2.x
mule-example-launcher-3.2.1
mule-example-launcher-3.2.0
mule-example-launcher-3.2.0-M1
3.1.x
mule-example-launcher-3.1.2
mule-example-launcher-3.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-launcher</artifactId>
    <version>3.3.0-EA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.examples : mule-example-launcher gradle dependency to your build.gradle file:

implementation 'org.mule.examples:mule-example-launcher:3.3.0-EA'

Gradle Kotlin DSL: Add the following org.mule.examples : mule-example-launcher gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.examples:mule-example-launcher:3.3.0-EA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.examples : mule-example-launcher sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.examples" % "mule-example-launcher" % "3.3.0-EA"

Advertisement