MVN

org.openl.jgit : org.eclipse.jgit.junit

Maven & Gradle

Nov 14, 2022
7 usages

JGit - JUnit Utility Classes · Utility classes to support JUnit testing of JGit applications.

<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.junit</artifactId>
    <version>6.3.0.202209071007-openl-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openl.jgit : org.eclipse.jgit.junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.0.202209071007-openl-2

All Versions

Choose a version of org.openl.jgit : org.eclipse.jgit.junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
org.eclipse.jgit.junit-6.3.0.202209071007-openl-2
org.eclipse.jgit.junit-6.3.0.202209071007-openl
6.2.x
org.eclipse.jgit.junit-6.2.0.202206071550-openl
6.1.x
org.eclipse.jgit.junit-6.1.0.202205052100-r
org.eclipse.jgit.junit-6.1.0.202205052000-r
6.0.x
org.eclipse.jgit.junit-6.0.0.202203041800-r
org.eclipse.jgit.junit-6.0.0.202202081800-r
org.eclipse.jgit.junit-6.0.0.202111291000-r

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.junit</artifactId>
    <version>6.3.0.202209071007-openl-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openl.jgit : org.eclipse.jgit.junit gradle dependency to your build.gradle file:

implementation 'org.openl.jgit:org.eclipse.jgit.junit:6.3.0.202209071007-openl-2'

Gradle Kotlin DSL: Add the following org.openl.jgit : org.eclipse.jgit.junit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openl.jgit:org.eclipse.jgit.junit:6.3.0.202209071007-openl-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openl.jgit : org.eclipse.jgit.junit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.junit" % "6.3.0.202209071007-openl-2"

Advertisement