MVN

io.github.vdaburon : jmeter-graph-tool-maven-plugin

Maven & Gradle

Oct 14, 2022
8 stars

JMeter Graph and Tool Maven Plugin · A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.

<plugin>
    <groupId>io.github.vdaburon</groupId>
    <artifactId>jmeter-graph-tool-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.vdaburon : jmeter-graph-tool-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of io.github.vdaburon : jmeter-graph-tool-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
jmeter-graph-tool-maven-plugin-1.2
1.1
jmeter-graph-tool-maven-plugin-1.1
1.0
jmeter-graph-tool-maven-plugin-1.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>io.github.vdaburon</groupId>
    <artifactId>jmeter-graph-tool-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>

Advertisement