MVN

com.kryshchuk.maven.plugins : umlet-maven-plugin

Maven & Gradle

Nov 12, 2015
3 stars

UMLet Maven Plugin · This plugin generates the image files (different formats) for the UMLet diagrams (uxf files). It is built on the top of UMLet editor implementation.

<plugin>
    <groupId>com.kryshchuk.maven.plugins</groupId>
    <artifactId>umlet-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kryshchuk.maven.plugins : umlet-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.kryshchuk.maven.plugins : umlet-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
umlet-maven-plugin-1.2
1.1.x
umlet-maven-plugin-1.1.6
umlet-maven-plugin-1.1.5
umlet-maven-plugin-1.1.4
umlet-maven-plugin-1.1.3
umlet-maven-plugin-1.1.2
umlet-maven-plugin-1.1.1
1.1
umlet-maven-plugin-1.1
1.0.x
umlet-maven-plugin-1.0.9
umlet-maven-plugin-1.0.4
umlet-maven-plugin-1.0.3
umlet-maven-plugin-1.0.2

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.kryshchuk.maven.plugins</groupId>
    <artifactId>umlet-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>