<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org-eclipse-core-runtime</artifactId>
<version>RELEASE90</version>
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='org-eclipse-core-runtime', version='RELEASE90')
)
<dependency org="org.netbeans.external" name="org-eclipse-core-runtime" rev="RELEASE90" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>1</version> </parent>
compile
|-- org.netbeans.external:org-eclipse-equinox-common:RELEASE90
|-- org.netbeans.external:org-eclipse-core-jobs:RELEASE90
|-- org.netbeans.external:org-eclipse-equinox-registry:RELEASE90
|-- org.netbeans.external:org-eclipse-equinox-preferences:RELEASE90
|-- org.netbeans.external:org-eclipse-core-contenttype:RELEASE90
|-- org.netbeans.external:org-eclipse-core-runtime-compatibility-auth:RELEASE90