License |
License
Eclipse Distribution License (New BSD License)
|
---|---|
Categories |
CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
GroupId | GroupIdorg.openl.jgit |
ArtifactId | ArtifactIdorg.eclipse.jgit.coverage |
Last Version | Last Version6.0.0.202111291000-r |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJGit - Test Coverage
Pure Java implementation of Git
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
org.eclipse.jgit.coverage-6.0.0.202111291000-r.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.coverage/ -->
<dependency>
<groupId>org.openl.jgit</groupId>
<artifactId>org.eclipse.jgit.coverage</artifactId>
<version>6.0.0.202111291000-r</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.coverage/
implementation 'org.openl.jgit:org.eclipse.jgit.coverage:6.0.0.202111291000-r'
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.coverage/
implementation ("org.openl.jgit:org.eclipse.jgit.coverage:6.0.0.202111291000-r")
'org.openl.jgit:org.eclipse.jgit.coverage:pom:6.0.0.202111291000-r'
<dependency org="org.openl.jgit" name="org.eclipse.jgit.coverage" rev="6.0.0.202111291000-r">
<artifact name="org.eclipse.jgit.coverage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit.coverage', version='6.0.0.202111291000-r')
)
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.coverage" % "6.0.0.202111291000-r"
[org.openl.jgit/org.eclipse.jgit.coverage "6.0.0.202111291000-r"]