m

mule-standalone

Includes the Mule server with all of its modules and transports.
Files download
File Operation
mule-standalone-3.0.0-RC2.pom download
Apache Maven
<dependency>
  <groupId>org.mule.distributions</groupId>
  <artifactId>mule-standalone</artifactId>
  <version>3.0.0-RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mule.distributions:mule-standalone:3.0.0-RC2'
Gradle Kotlin
implementation("org.mule.distributions:mule-standalone:3.0.0-RC2")
Scala SBT
libraryDependencies += "org.mule.distributions" % "mule-standalone" % "3.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.mule.distributions', module='mule-standalone', version='3.0.0-RC2')
)
Apache Ivy
<dependency org="org.mule.distributions" name="mule-standalone" rev="3.0.0-RC2" />
Leiningen
[org.mule.distributions/mule-standalone "3.0.0-RC2"]
Apache Buildr
'org.mule.distributions:mule-standalone:jar:3.0.0-RC2'