<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-ant-browsetask</artifactId>
<version>RELEASE126</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-ant-browsetask" % "RELEASE126"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-ant-browsetask', version='RELEASE126')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-ant-browsetask" rev="RELEASE126" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-apache-tools-ant-module:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-projectapi: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-util-lookup:RELEASE126
|-- org.netbeans.modules:org-netbeans-modules-web-browser-api:RELEASE126