MVN

org.mule.tools : mule-tools-visualizer

Maven & Gradle

May 14, 2008

Mule Config Visualizer · A tool for generating visual representations of configuration Xml config files

<plugin>
    <groupId>org.mule.tools</groupId>
    <artifactId>mule-tools-visualizer</artifactId>
    <version>1.4.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.tools : mule-tools-visualizer to add to Maven - Latest Versions:

  • Latest Stable: 1.4.4
  • Latest Release Candidate: 1.4-RC1

All Versions

Choose a version of org.mule.tools : mule-tools-visualizer to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
mule-tools-visualizer-2.0-M1
1.4.x
mule-tools-visualizer-1.4.4
mule-tools-visualizer-1.4.3
mule-tools-visualizer-1.4.2
mule-tools-visualizer-1.4.1
mule-tools-visualizer-1.4.0
1.4
mule-tools-visualizer-1.4-RC1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.mule.tools</groupId>
    <artifactId>mule-tools-visualizer</artifactId>
    <version>1.4.4</version>
</plugin>