m

mule-full

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