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