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