MVN

org.floggy.3rd.org.eclipse : jface

Maven & Gradle

Jan 10, 2011
1 usages

JFace · JFace is a UI toolkit with classes for handling many common UI programming tasks. JFace is window-system-independent in both its API and implementation, and is designed to work with SWT without hiding it. JFace includes the usual UI toolkit components of image and font registries, text, dialog, preference and wizard frameworks, and progress reporting for long running operations. Two of its more interesting features are actions and viewers. The action mechanism allows user commands to be defined independently from their exact whereabouts in the UI. Viewers are model based adapters for certain SWT widgets, simplifying the presentation of application data structured as lists, tables or trees.

<dependency>
    <groupId>org.floggy.3rd.org.eclipse</groupId>
    <artifactId>jface</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 : jface 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 : jface to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.floggy.3rd.org.eclipse</groupId>
    <artifactId>jface</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 : jface gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement