Categories |
CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.eclipse.tycho.extras |
ArtifactId | ArtifactIdtycho-sourceref-jgit |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-sourceref-jgit/ -->
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-sourceref-jgit</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-sourceref-jgit/
implementation 'org.eclipse.tycho.extras:tycho-sourceref-jgit:1.1.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho.extras/tycho-sourceref-jgit/
implementation ("org.eclipse.tycho.extras:tycho-sourceref-jgit:1.1.0")
'org.eclipse.tycho.extras:tycho-sourceref-jgit:jar:1.1.0'
<dependency org="org.eclipse.tycho.extras" name="tycho-sourceref-jgit" rev="1.1.0">
<artifact name="tycho-sourceref-jgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho.extras', module='tycho-sourceref-jgit', version='1.1.0')
)
libraryDependencies += "org.eclipse.tycho.extras" % "tycho-sourceref-jgit" % "1.1.0"
[org.eclipse.tycho.extras/tycho-sourceref-jgit "1.1.0"]