<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-settings</artifactId>
<version>RELEASE126</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-settings" % "RELEASE126"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-settings', version='RELEASE126')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-settings" rev="RELEASE126" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-openide-actions:RELEASE126
|-- org.netbeans.api:org-openide-awt:RELEASE126
|-- org.netbeans.api:org-openide-filesystems:RELEASE126
|-- org.netbeans.api:org-openide-filesystems-nb:RELEASE126
|-- org.netbeans.api:org-openide-loaders:RELEASE126
|-- org.netbeans.api:org-openide-modules:RELEASE126
|-- org.netbeans.api:org-openide-nodes:RELEASE126
|-- org.netbeans.api:org-openide-util-ui:RELEASE126
|-- org.netbeans.api:org-openide-util:RELEASE126
|-- org.netbeans.api:org-openide-util-lookup:RELEASE126
|-- org.netbeans.api:org-openide-windows:RELEASE126
runtime
|-- org.netbeans.modules:org-netbeans-bootstrap:RELEASE126
|-- org.netbeans.modules:org-netbeans-core-startup:RELEASE126