MVN

cz.alry : plantuml-maven-plugin

Maven & Gradle

Oct 09, 2018
1 stars

Maven PlantUML plugin · A maven plugin to generate UML diagrams using PlantUML syntax

<plugin>
    <groupId>cz.alry</groupId>
    <artifactId>plantuml-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.alry : plantuml-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of cz.alry : plantuml-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
plantuml-maven-plugin-1.5.0

How to add a plugin to Maven

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

<plugin>
    <groupId>cz.alry</groupId>
    <artifactId>plantuml-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>

Advertisement