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