MVN

org.jvnet.hudson.plugins : git

Maven & Gradle

Jun 02, 2011
4 usages

Hudson GIT plugin · Integrates Hudson with GIT SCM

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

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
git-2.0.1
git-2.0.0
1.1.x
git-1.1.7
git-1.1.4
git-1.1.3
git-1.1.2
git-1.1.1
1.1
git-1.1
1.0.x
git-1.0.1
1.0
git-1.0
0.9.x
git-0.9.2
git-0.9.1
0.9
git-0.9
0.8.x
git-0.8.3
git-0.8.2
git-0.8.1
0.8
git-0.8
0.7.x
git-0.7.3
0.5
git-0.5
0.4
git-0.4
0.3
git-0.3
0.2
git-0.2
0.1
git-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>git</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jvnet.hudson.plugins:git:2.0.1'

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

implementation("org.jvnet.hudson.plugins:git:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jvnet.hudson.plugins" % "git" % "2.0.1"