MVN

org.jvnet.hudson.plugins : ci-game

Maven & Gradle

Jan 25, 2010
3 usages

Hudson Continuous Integration game

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>ci-game</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.17

All Versions

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

Version Vulnerabilities Updated
1.17
ci-game-1.17
1.16
ci-game-1.16
1.15
ci-game-1.15
1.14
ci-game-1.14
1.13
ci-game-1.13
1.12
ci-game-1.12
1.11
ci-game-1.11
1.7
ci-game-1.7
1.6
ci-game-1.6
1.5
ci-game-1.5
1.4
ci-game-1.4
1.3
ci-game-1.3
1.2
ci-game-1.2
1.1
ci-game-1.1
1.0
ci-game-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>ci-game</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.hudson.plugins:ci-game:1.17'

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

implementation("org.jvnet.hudson.plugins:ci-game:1.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.hudson.plugins" % "ci-game" % "1.17"