<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-bugtracking</artifactId>
<version>RELEASE125</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-bugtracking" % "RELEASE125"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-bugtracking', version='RELEASE125')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-bugtracking" rev="RELEASE125" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE125
|-- org.netbeans.api:org-netbeans-api-progress-nb:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-keyring:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-settings:RELEASE125
|-- org.netbeans.api:org-openide-actions:RELEASE125
|-- org.netbeans.api:org-openide-awt:RELEASE125
|-- org.netbeans.api:org-openide-dialogs:RELEASE125
|-- org.netbeans.api:org-openide-explorer:RELEASE125
|-- org.netbeans.api:org-openide-filesystems:RELEASE125
|-- org.netbeans.api:org-openide-io:RELEASE125
|-- org.netbeans.api:org-openide-loaders:RELEASE125
|-- org.netbeans.api:org-openide-modules:RELEASE125
|-- org.netbeans.api:org-openide-nodes:RELEASE125
|-- org.netbeans.api:org-openide-util:RELEASE125
|-- org.netbeans.api:org-openide-util-lookup:RELEASE125
|-- org.netbeans.api:org-openide-util-ui:RELEASE125
|-- org.netbeans.api:org-openide-windows:RELEASE125
runtime
|-- org.netbeans.modules:org-netbeans-modules-team-commons:RELEASE125