<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-debugger</artifactId>
<version>RELEASE220</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-api-debugger', version='RELEASE220')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE220
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE220
|-- org.netbeans.api:org-openide-filesystems:RELEASE220
|-- org.netbeans.api:org-openide-modules:RELEASE220