Registry / utility / org-netbeans-modules-java-source-base

org-netbeans-modules-java-source-base

JSON →
libraryRELEASE290javamavenunverified

Provides the base module for Java source file handling in the Apache NetBeans IDE.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-java-source-base</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-java-source-base
utilityjavavRELEASE290
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.

Module
org.netbeans.modules.java.source.base.Module

Minimal example showing instantiation of the base module.

import org.netbeans.modules.java.source.base.Module; public class Example { public static void main(String[] args) { Module module = new Module(); System.out.println("NetBeans Java Source Base module created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-netbeans-modules-java-source-base — mvn dependency:get org-netbeans-modules-java-source-base · libregistry