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