Categories |
CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.eclipse.jgit |
ArtifactId | ArtifactIdorg.eclipse.jgit-parent |
Version | Version4.0.1.201506240215-r |
Type | Typepom |
Filename | Size |
---|---|
org.eclipse.jgit-parent-4.0.1.201506240215-r.pom | 25 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>4.0.1.201506240215-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:4.0.1.201506240215-r'
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit-parent/
implementation ("org.eclipse.jgit:org.eclipse.jgit-parent:4.0.1.201506240215-r")
'org.eclipse.jgit:org.eclipse.jgit-parent:pom:4.0.1.201506240215-r'
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit-parent" rev="4.0.1.201506240215-r">
<artifact name="org.eclipse.jgit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit-parent', version='4.0.1.201506240215-r')
)
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit-parent" % "4.0.1.201506240215-r"
[org.eclipse.jgit/org.eclipse.jgit-parent "4.0.1.201506240215-r"]