MVN

org.mod4j.org.eclipse : ui

Maven & Gradle

Aug 27, 2009
5 usages

Eclipse UI

<dependency>
    <groupId>org.mod4j.org.eclipse</groupId>
    <artifactId>ui</artifactId>
    <version>ide</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: ide

All Versions

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

Version Vulnerabilities Updated
3.5.x
ui-3.5.0
ide
ui-ide
workbench
ui-workbench
editors
ui-editors

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mod4j.org.eclipse</groupId>
    <artifactId>ui</artifactId>
    <version>ide</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mod4j.org.eclipse:ui:ide'

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

implementation("org.mod4j.org.eclipse:ui:ide")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mod4j.org.eclipse" % "ui" % "ide"

Advertisement