| Categories | CategoriesGit Development Tools Version Controls JUnit Unit Testing CLI User Interface JGit General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdorg.eclipse.jgit | 
| ArtifactId | ArtifactIdorg.eclipse.jgit.junit | 
| Version | Version4.3.1.201605051710-r | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.junit/ -->
<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.junit</artifactId>
    <version>4.3.1.201605051710-r</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.junit/
implementation 'org.eclipse.jgit:org.eclipse.jgit.junit:4.3.1.201605051710-r'// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.junit/
implementation ("org.eclipse.jgit:org.eclipse.jgit.junit:4.3.1.201605051710-r")'org.eclipse.jgit:org.eclipse.jgit.junit:jar:4.3.1.201605051710-r'<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.junit" rev="4.3.1.201605051710-r">
  <artifact name="org.eclipse.jgit.junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.junit', version='4.3.1.201605051710-r')
)libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.junit" % "4.3.1.201605051710-r"[org.eclipse.jgit/org.eclipse.jgit.junit "4.3.1.201605051710-r"]