Categories |
CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.madgag |
ArtifactId | ArtifactIdorg.eclipse.jgit-parent |
Version | Version0.8.4.1-UNOFFICIAL-BUILD |
Type | Typepom |
Filename | Size |
---|---|
org.eclipse.jgit-parent-0.8.4.1-UNOFFICIAL-BUILD.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit-parent/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>0.8.4.1-UNOFFICIAL-BUILD</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit-parent/
implementation 'com.madgag:org.eclipse.jgit-parent:0.8.4.1-UNOFFICIAL-BUILD'
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit-parent/
implementation ("com.madgag:org.eclipse.jgit-parent:0.8.4.1-UNOFFICIAL-BUILD")
'com.madgag:org.eclipse.jgit-parent:pom:0.8.4.1-UNOFFICIAL-BUILD'
<dependency org="com.madgag" name="org.eclipse.jgit-parent" rev="0.8.4.1-UNOFFICIAL-BUILD">
<artifact name="org.eclipse.jgit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='org.eclipse.jgit-parent', version='0.8.4.1-UNOFFICIAL-BUILD')
)
libraryDependencies += "com.madgag" % "org.eclipse.jgit-parent" % "0.8.4.1-UNOFFICIAL-BUILD"
[com.madgag/org.eclipse.jgit-parent "0.8.4.1-UNOFFICIAL-BUILD"]