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