MVN

org.jvnet.hudson.plugins : violations

Maven & Gradle

Oct 06, 2010
1 usages

Hudson Violations plugin

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

Latest Version

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

  • Latest Stable: 0.7.7

All Versions

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

Version Vulnerabilities Updated
0.7.x
violations-0.7.7
violations-0.7.6
violations-0.7.5
violations-0.7.4
violations-0.7.3
violations-0.7.1
violations-0.7.0
0.6.x
violations-0.6.0
0.5.x
violations-0.5.8
violations-0.5.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>violations</artifactId>
    <version>0.7.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.hudson.plugins:violations:0.7.7'

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

implementation("org.jvnet.hudson.plugins:violations:0.7.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.hudson.plugins" % "violations" % "0.7.7"