MVN

org.hudsonci.plugins : warnings

Maven & Gradle

Mar 26, 2013
1 usages
1 stars

Warnings Plug-in · This plug-in reads the compiler warnings from the console log file and generates a trend report.

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>warnings</artifactId>
    <version>4.23-h-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hudsonci.plugins : warnings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.23-h-1

All Versions

Choose a version of org.hudsonci.plugins : warnings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.23
warnings-4.23-h-1
4.20
warnings-4.20-h-1
4.6
warnings-4.6-h-1
warnings-4.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>warnings</artifactId>
    <version>4.23-h-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hudsonci.plugins : warnings gradle dependency to your build.gradle file:

implementation 'org.hudsonci.plugins:warnings:4.23-h-1'

Gradle Kotlin DSL: Add the following org.hudsonci.plugins : warnings gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hudsonci.plugins:warnings:4.23-h-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hudsonci.plugins : warnings sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hudsonci.plugins" % "warnings" % "4.23-h-1"

Advertisement