MVN

org.jvnet.hudson.plugins : analysis-collector

Maven & Gradle

Jan 28, 2016

Static Analysis Collector Plug-in · This plug-in is an add-on for the plug-ins Checkstyle, Dry, FindBugs, PMD, Tasks, and Warnings: the plug-in collects the different analysis results and shows the results in a combined trend graph. Additionally, the plug-in provides health reporting and build stability based on these combined results.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>analysis-collector</artifactId>
    <version>1.</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.

All Versions

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

Version Vulnerabilities Updated
1.10
analysis-collector-1.10
1.9
analysis-collector-1.9
1.8
analysis-collector-1.8
1.7
analysis-collector-1.7
1.6
analysis-collector-1.6
1.5
analysis-collector-1.5
1.4
analysis-collector-1.4
1.3
analysis-collector-1.3
1.2
analysis-collector-1.2
1.1
analysis-collector-1.1
1.
analysis-collector-1.
1.0
analysis-collector-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>analysis-collector</artifactId>
    <version>1.</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.hudson.plugins:analysis-collector:1.'

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

implementation("org.jvnet.hudson.plugins:analysis-collector:1.")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.hudson.plugins" % "analysis-collector" % "1."

Advertisement