MVN

org.openl.jgit : org.eclipse.jgit.ui

Maven & Gradle

Nov 14, 2022
2 usages

JGit - AWT User Interface · AWT/Swing based UI

<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.ui</artifactId>
    <version>6.3.0.202209071007-openl-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openl.jgit : org.eclipse.jgit.ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.0.202209071007-openl-2

All Versions

Choose a version of org.openl.jgit : org.eclipse.jgit.ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
org.eclipse.jgit.ui-6.3.0.202209071007-openl-2
org.eclipse.jgit.ui-6.3.0.202209071007-openl
6.2.x
org.eclipse.jgit.ui-6.2.0.202206071550-openl
6.1.x
org.eclipse.jgit.ui-6.1.0.202205052100-r
org.eclipse.jgit.ui-6.1.0.202205052000-r
6.0.x
org.eclipse.jgit.ui-6.0.0.202203041800-r
org.eclipse.jgit.ui-6.0.0.202202081800-r
org.eclipse.jgit.ui-6.0.0.202111291000-r

How to add a dependency to Maven

Add the following org.openl.jgit : org.eclipse.jgit.ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openl.jgit</groupId>
    <artifactId>org.eclipse.jgit.ui</artifactId>
    <version>6.3.0.202209071007-openl-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openl.jgit : org.eclipse.jgit.ui gradle dependency to your build.gradle file:

implementation 'org.openl.jgit:org.eclipse.jgit.ui:6.3.0.202209071007-openl-2'

Gradle Kotlin DSL: Add the following org.openl.jgit : org.eclipse.jgit.ui gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openl.jgit:org.eclipse.jgit.ui:6.3.0.202209071007-openl-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openl.jgit : org.eclipse.jgit.ui sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.ui" % "6.3.0.202209071007-openl-2"

Advertisement