<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-search</artifactId>
<version>RELEASE150</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-api-search', version='RELEASE150')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>3</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE150
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE150
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE150
|-- org.netbeans.api:org-netbeans-swing-outline:RELEASE150
|-- org.netbeans.api:org-openide-actions:RELEASE150
|-- org.netbeans.api:org-openide-awt:RELEASE150
|-- org.netbeans.api:org-openide-dialogs:RELEASE150
|-- org.netbeans.api:org-openide-explorer:RELEASE150
|-- org.netbeans.api:org-openide-filesystems:RELEASE150
|-- org.netbeans.api:org-openide-filesystems-nb:RELEASE150
|-- org.netbeans.api:org-openide-io:RELEASE150
|-- org.netbeans.api:org-openide-loaders:RELEASE150
|-- org.netbeans.api:org-openide-modules:RELEASE150
|-- org.netbeans.api:org-openide-nodes:RELEASE150
|-- org.netbeans.api:org-openide-text:RELEASE150
|-- org.netbeans.api:org-openide-util-ui:RELEASE150
|-- org.netbeans.api:org-openide-util:RELEASE150