MVN

org.jvnet.hudson.plugins : perfpublisher

Maven & Gradle

Apr 22, 2010

Hudson Performance Publisher plugin · The PerfPublisher plug-in scans for xml tests reports defined in the administration panel and generates trend graphs, computes stats and underline regressions and modifications. The xml files must be generated by your own testing tool.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>perfpublisher</artifactId>
    <version>7.97</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : perfpublisher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.97

All Versions

Choose a version of org.jvnet.hudson.plugins : perfpublisher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.97
perfpublisher-7.97
7.96
perfpublisher-7.96
7.95
perfpublisher-7.95
7.93
perfpublisher-7.93

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : perfpublisher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>perfpublisher</artifactId>
    <version>7.97</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : perfpublisher gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:perfpublisher:7.97'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : perfpublisher gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:perfpublisher:7.97")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : perfpublisher sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "perfpublisher" % "7.97"

Advertisement