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