MVN

org.mule.distributions : mule-runtime-api-bom

Maven & Gradle

Apr 21, 2018
260 stars

Mule Runtime APIs BOM · Module that provides all the APIs versions provided by the Mule Runtime for a particular runtime version. Users of the APIs should use this BOM when depending on any Mule API.

<dependency>
    <groupId>org.mule.distributions</groupId>
    <artifactId>mule-runtime-api-bom</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.distributions : mule-runtime-api-bom to add to Maven - Latest Versions:

  • Latest Stable: 4.1.1
  • Latest Release Candidate: 4.0.0-rc
  • Latest Beta: 4.0.0-BETA.4

All Versions

Choose a version of org.mule.distributions : mule-runtime-api-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
4.1.x
mule-runtime-api-bom-4.1.1
4.0.x
mule-runtime-api-bom-4.0.0-rc
mule-runtime-api-bom-4.0.0-BETA.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mule.distributions</groupId>
    <artifactId>mule-runtime-api-bom</artifactId>
    <version>4.1.1</version>
</dependency>

Advertisement