MVN

me.ruebner : jvisualizer-maven-plugin

Maven & Gradle

Jan 11, 2023

jVisualizer Maven Plugin · jVisualizer aims to provide an easy tool to visualize data flow and objects within the JVM. It is intended for students that are starting to learn programming with Java. This project provides an easy way to use the jVisualizer to visualizer your own projects and code.

<plugin>
    <groupId>me.ruebner</groupId>
    <artifactId>jvisualizer-maven-plugin</artifactId>
    <version>0.1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ruebner : jvisualizer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of me.ruebner : jvisualizer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
jvisualizer-maven-plugin-0.1.5
jvisualizer-maven-plugin-0.1.4
jvisualizer-maven-plugin-0.1.3
jvisualizer-maven-plugin-0.1.2
jvisualizer-maven-plugin-0.1.1
0.1
jvisualizer-maven-plugin-0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>me.ruebner</groupId>
    <artifactId>jvisualizer-maven-plugin</artifactId>
    <version>0.1.5</version>
</plugin>

Advertisement