Registry / other / ui
library3.3.0-I20070614-0800javamavenunverified

Eclipse UI provides the core user interface framework for Eclipse-based applications.

<dependency> <groupId>org.eclipse</groupId> <artifactId>ui</artifactId> <version>3.3.0-I20070614-0800</version> </dependency>
INSTALL
IMPORT
SIG · UI
U
ui
otherjavav3.3.0-I20070614-0800
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AbstractUIPlugin
org.eclipse.ui.plugin.AbstractUIPlugin

Starts an Eclipse UI plugin.

import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.BundleContext; public class MyPlugin extends AbstractUIPlugin { public void start(BundleContext context) throws Exception { super.start(context); System.out.println("Eclipse UI plugin started"); } }
Debug
Known issues
gotchaVersion 3.3.0-I20070614-0800 is very old; consider using a newer version for modern Eclipse.
fix
Use a more recent version like 3.120.0 or later.
affects: 3.3.0
Upgrade
Version history
3.3.0-I20070614-0800latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
22
Resources
ui — mvn dependency:get ui · libregistry