MVN

com.madgag : org.eclipse.jgit.pgm.test

Maven & Gradle

May 27, 2014

JGit - Command Line Interface Tests · Tests for command line client tools built on top of JGit.

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>org.eclipse.jgit.pgm.test</artifactId>
    <version>3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag : org.eclipse.jgit.pgm.test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE

All Versions

Choose a version of com.madgag : org.eclipse.jgit.pgm.test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
org.eclipse.jgit.pgm.test-3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.pgm.test-3.4.0.1.0-UNOFFICIAL-ROBERTO-RELEASE
3.2.x
org.eclipse.jgit.pgm.test-3.2.0.0.2-UNOFFICIAL-ROBERTO-RELEASE
2.99.x
org.eclipse.jgit.pgm.test-2.99.99.2.0-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.pgm.test-2.99.99.1.0-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.pgm.test-2.99.99.0.0-UNOFFICIAL-ROBERTO-RELEASE
2.3.x
org.eclipse.jgit.pgm.test-2.3.1.1.0-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.pgm.test-2.3.1.0.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.pgm.test-2.3.1.0.1-UNOFFICIAL-ROBERTO-RELEASE
2.2.x
org.eclipse.jgit.pgm.test-2.2.0.0.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.pgm.test-2.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
2.1.x
org.eclipse.jgit.pgm.test-2.1.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
2.0.x
org.eclipse.jgit.pgm.test-2.0.0.0.1-UNOFFICIAL-ROBERTO-RELEASE

How to add a dependency to Maven

Add the following com.madgag : org.eclipse.jgit.pgm.test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>org.eclipse.jgit.pgm.test</artifactId>
    <version>3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag : org.eclipse.jgit.pgm.test gradle dependency to your build.gradle file:

implementation 'com.madgag:org.eclipse.jgit.pgm.test:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE'

Gradle Kotlin DSL: Add the following com.madgag : org.eclipse.jgit.pgm.test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag:org.eclipse.jgit.pgm.test:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag : org.eclipse.jgit.pgm.test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag" % "org.eclipse.jgit.pgm.test" % "3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE"

Advertisement