MVN

org.floggy.3rd.org.eclipse.ui : workbench

Maven & Gradle

Jan 20, 2011
1 usages

UI Workbench · This plug-in contains the bulk of the Workbench implementation, and depends on JFace, SWT, and Core Runtime. It cannot be used independently from org.eclipse.ui. Workbench client plug-ins should not depend directly on this plug-in.

<dependency>
    <groupId>org.floggy.3rd.org.eclipse.ui</groupId>
    <artifactId>workbench</artifactId>
    <version>3.3.2.M20080207-0800</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.floggy.3rd.org.eclipse.ui : workbench to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2.M20080207-0800

All Versions

Choose a version of org.floggy.3rd.org.eclipse.ui : workbench to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
workbench-3.3.2.M20080207-0800

How to add a dependency to Maven

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

<dependency>
    <groupId>org.floggy.3rd.org.eclipse.ui</groupId>
    <artifactId>workbench</artifactId>
    <version>3.3.2.M20080207-0800</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.floggy.3rd.org.eclipse.ui : workbench gradle dependency to your build.gradle file:

implementation 'org.floggy.3rd.org.eclipse.ui:workbench:3.3.2.M20080207-0800'

Gradle Kotlin DSL: Add the following org.floggy.3rd.org.eclipse.ui : workbench gradle kotlin dependency to your build.gradle.kts file:

implementation("org.floggy.3rd.org.eclipse.ui:workbench:3.3.2.M20080207-0800")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.floggy.3rd.org.eclipse.ui : workbench sbt scala dependency to your build.sbt file:

libraryDependencies += "org.floggy.3rd.org.eclipse.ui" % "workbench" % "3.3.2.M20080207-0800"

Advertisement