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