<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-maven</artifactId>
<version>RELEASE240</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-api-maven', version='RELEASE240')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE240
|-- org.netbeans.api:org-openide-dialogs:RELEASE240
|-- org.netbeans.api:org-openide-filesystems:RELEASE240
|-- org.netbeans.api:org-openide-loaders:RELEASE240
|-- org.netbeans.api:org-netbeans-api-templates:RELEASE240
|-- org.netbeans.api:org-openide-util-lookup:RELEASE240
runtime
|-- org.netbeans.modules:org-netbeans-modules-maven:RELEASE240