Registry / utility / ide
library3.3.0-I20070620javamavenunverified

The Eclipse IDE is a widely used integrated development environment for Java and other languages.

<dependency> <groupId>org.eclipse.ui</groupId> <artifactId>ide</artifactId> <version>3.3.0-I20070620</version> </dependency>
INSTALL
IMPORT
SIG · IDE
I
ide
utilityjavav3.3.0-I20070620
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.

IEditorPart
org.eclipse.ui.IEditorPart

Minimal example showing import of a common Eclipse UI class.

import org.eclipse.ui.IEditorPart; public class Example { public static void main(String[] args) { IEditorPart editor = null; System.out.println("Eclipse IDE example"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0-I20070620latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ide — mvn dependency:get ide · libregistry