<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-explorer</artifactId>
<version>RELEASE121</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.api', module='org-openide-explorer', version='RELEASE121')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-swing-outline:RELEASE121
|-- org.netbeans.api:org-netbeans-swing-tabcontrol:RELEASE121
|-- org.netbeans.api:org-openide-awt:RELEASE121
|-- org.netbeans.api:org-openide-dialogs:RELEASE121
|-- org.netbeans.api:org-openide-nodes:RELEASE121
|-- org.netbeans.api:org-openide-util-ui:RELEASE121