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