MVN

org.jvnet.hudson.plugins : chucknorris

Maven & Gradle

Jan 21, 2010

ChuckNorris Plugin · Displays a picture of Chuck Norris (instead of Hudson the butler) and a random Chuck Norris 'The Programmer' fact on each build page.

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

Latest Version

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

  • Latest Stable: 0.4

All Versions

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

Version Vulnerabilities Updated
0.4
chucknorris-0.4
0.3
chucknorris-0.3
0.2
chucknorris-0.2
0.1
chucknorris-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>chucknorris</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.hudson.plugins:chucknorris:0.4'

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

implementation("org.jvnet.hudson.plugins:chucknorris:0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.hudson.plugins" % "chucknorris" % "0.4"

Advertisement