MVN

org.mule.runtime : mule-metadata-model-parent

Maven & Gradle

Apr 21, 2018

Mule Metadata Model API · Metadata Model to power Mule Runtime

<dependency>
    <groupId>org.mule.runtime</groupId>
    <artifactId>mule-metadata-model-parent</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.runtime : mule-metadata-model-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0.0-rc
  • Latest Beta: 1.0.0-BETA.4

All Versions

Choose a version of org.mule.runtime : mule-metadata-model-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
mule-metadata-model-parent-1.1.1
1.0.x
mule-metadata-model-parent-1.0.0-rc
mule-metadata-model-parent-1.0.0-BETA.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mule.runtime</groupId>
    <artifactId>mule-metadata-model-parent</artifactId>
    <version>1.1.1</version>
</dependency>

Advertisement