<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-java-sourceui</artifactId>
<version>RELEASE240</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-java-sourceui" % "RELEASE240"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-java-sourceui', version='RELEASE240')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-java-sourceui" rev="RELEASE240" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE240
|-- org.netbeans.api:org-netbeans-api-java:RELEASE240
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE240
|-- org.netbeans.api:org-netbeans-api-lsp:RELEASE240
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE240
|-- org.netbeans.api:org-netbeans-api-progress-nb:RELEASE240
|-- org.netbeans.api:org-netbeans-libs-flexmark:RELEASE240
|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE240
|-- org.netbeans.api:org-netbeans-libs-lucene:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-fold:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-java-platform:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-java-source:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-jumpto:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE240
|-- org.netbeans.api:org-openide-awt:RELEASE240
|-- org.netbeans.api:org-openide-dialogs:RELEASE240
|-- org.netbeans.api:org-openide-filesystems:RELEASE240
|-- org.netbeans.api:org-openide-loaders:RELEASE240
|-- org.netbeans.api:org-openide-modules:RELEASE240
|-- org.netbeans.api:org-openide-nodes:RELEASE240
|-- org.netbeans.api:org-openide-text:RELEASE240
|-- org.netbeans.api:org-openide-util:RELEASE240
|-- org.netbeans.api:org-openide-util-lookup:RELEASE240
|-- org.netbeans.api:org-openide-util-ui:RELEASE240
runtime
|-- org.netbeans.modules:org-netbeans-lib-nbjavac:RELEASE240
|-- org.netbeans.modules:org-netbeans-modules-java-preprocessorbridge:RELEASE240
|-- org.netbeans.modules:org-netbeans-modules-parsing-lucene:RELEASE240