| License | License
                                                        Eclipse Distribution License (New BSD License)                                                 | 
|---|---|
| Categories | CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility | 
| GroupId | GroupIdorg.eclipse.jgit | 
| ArtifactId | ArtifactIdorg.eclipse.jgit.ui | 
| Version | Version6.2.0.202206071550-r | 
| Type | Typejar | 
| Description | DescriptionJGit - AWT User Interface AWT/Swing based UI | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.ui/ -->
<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit.ui</artifactId>
    <version>6.2.0.202206071550-r</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.ui/
implementation 'org.eclipse.jgit:org.eclipse.jgit.ui:6.2.0.202206071550-r'// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.ui/
implementation ("org.eclipse.jgit:org.eclipse.jgit.ui:6.2.0.202206071550-r")'org.eclipse.jgit:org.eclipse.jgit.ui:jar:6.2.0.202206071550-r'<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.ui" rev="6.2.0.202206071550-r">
  <artifact name="org.eclipse.jgit.ui" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.ui', version='6.2.0.202206071550-r')
)libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.ui" % "6.2.0.202206071550-r"[org.eclipse.jgit/org.eclipse.jgit.ui "6.2.0.202206071550-r"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jgit : org.eclipse.jgit | jar | 6.2.0.202206071550-r |