<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-core-kit</artifactId>
<version>RELEASE112</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-core-kit" % "RELEASE112"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-core-kit', version='RELEASE112')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-core-kit" rev="RELEASE112" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.modules:org-netbeans-core:RELEASE112
|-- org.netbeans.modules:org-netbeans-core-ui:RELEASE112
|-- org.netbeans.modules:org-netbeans-core-windows:RELEASE112
|-- org.netbeans.modules:org-netbeans-libs-felix:RELEASE112
|-- org.netbeans.modules:org-netbeans-modules-autoupdate-cli:RELEASE112
|-- org.netbeans.api:org-netbeans-modules-autoupdate-services:RELEASE112
|-- org.netbeans.api:org-netbeans-modules-autoupdate-ui:RELEASE112
|-- org.netbeans.modules:org-netbeans-modules-favorites:RELEASE112
|-- org.netbeans.modules:org-netbeans-modules-masterfs:RELEASE112
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE112
|-- org.netbeans.modules:org-netbeans-modules-options-keymap:RELEASE112