MVN

com.github.funthomas424242 : plantuml-maven-plugin

Maven & Gradle

Oct 26, 2020
6 stars

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

<plugin>
    <groupId>com.github.funthomas424242</groupId>
    <artifactId>plantuml-maven-plugin</artifactId>
    <version>1.5.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.funthomas424242 : plantuml-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of com.github.funthomas424242 : plantuml-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
plantuml-maven-plugin-1.5.2
plantuml-maven-plugin-1.5.1
plantuml-maven-plugin-1.5.0
1.4.x
plantuml-maven-plugin-1.4.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>com.github.funthomas424242</groupId>
    <artifactId>plantuml-maven-plugin</artifactId>
    <version>1.5.2</version>
</plugin>