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