<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-java-source-base</artifactId>
<version>RELEASE90</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-java-source-base" % "RELEASE90"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-java-source-base', version='RELEASE90')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-java-source-base" rev="RELEASE90" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>1</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE90
|-- org.netbeans.api:org-netbeans-api-java:RELEASE90
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE90
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE90
|-- org.netbeans.api:org-netbeans-libs-asm:RELEASE90
|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE90
|-- org.netbeans.api:org-netbeans-libs-lucene:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-classfile:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-editor-guards:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-java-platform:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE90
|-- org.netbeans.api:org-netbeans-modules-refactoring-api:RELEASE90
|-- org.netbeans.api:org-openide-filesystems:RELEASE90
|-- org.netbeans.api:org-openide-modules:RELEASE90
|-- org.netbeans.api:org-openide-util:RELEASE90
|-- org.netbeans.api:org-openide-util-lookup:RELEASE90
runtime
|-- org.netbeans.modules:org-netbeans-lib-nbjavac:RELEASE90
|-- org.netbeans.modules:org-netbeans-libs-javacimpl:RELEASE90
|-- org.netbeans.modules:org-netbeans-modules-java-preprocessorbridge:RELEASE90
|-- org.netbeans.modules:org-netbeans-modules-parsing-lucene:RELEASE90