<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-text</artifactId>
<version>RELEASE200</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.api', module='org-openide-text', version='RELEASE200')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE200
|-- org.netbeans.api:org-openide-awt:RELEASE200
|-- org.netbeans.api:org-openide-dialogs:RELEASE200
|-- org.netbeans.api:org-openide-modules:RELEASE200
|-- org.netbeans.api:org-openide-nodes:RELEASE200
|-- org.netbeans.api:org-openide-util-ui:RELEASE200
|-- org.netbeans.api:org-openide-util:RELEASE200