<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-core</artifactId>
<version>RELEASE240</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-core', version='RELEASE240')
)
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.modules:org-netbeans-bootstrap:RELEASE240
|-- org.netbeans.modules:org-netbeans-core-startup:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-keyring:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-sampler:RELEASE240
|-- org.netbeans.api:org-netbeans-swing-plaf:RELEASE240
|-- org.netbeans.api:org-openide-actions:RELEASE240
|-- org.netbeans.api:org-openide-awt:RELEASE240
|-- org.netbeans.api:org-openide-dialogs:RELEASE240
|-- org.netbeans.api:org-openide-explorer:RELEASE240
|-- org.netbeans.api:org-openide-filesystems:RELEASE240
|-- org.netbeans.api:org-openide-io:RELEASE240
|-- org.netbeans.api:org-openide-loaders:RELEASE240
|-- org.netbeans.api:org-openide-modules:RELEASE240
|-- org.netbeans.api:org-openide-nodes:RELEASE240
|-- org.netbeans.api:org-openide-util-ui:RELEASE240
|-- org.netbeans.api:org-openide-util:RELEASE240