Apache NetBeans OpenIDE Utilities provides core utility classes for the NetBeans platform, including lookup, actions, and file system support.
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util</artifactId>
<version>RELEASE300</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using the NetBeans Lookup mechanism to find services.
Use only within NetBeans module development; for general DI, consider Jakarta Inject or Spring.
No dependency data recorded yet.