MVN

org.mule.distributions : mule-full

Maven & Gradle

Jul 23, 2008

Full Distribution · Includes the Mule server with all of its modules and transports.

<dependency>
    <groupId>org.mule.distributions</groupId>
    <artifactId>mule-full</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.distributions : mule-full to add to Maven - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.mule.distributions : mule-full to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
mule-full-2.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mule.distributions</groupId>
    <artifactId>mule-full</artifactId>
    <version>2.0.2</version>
</dependency>