<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-ant-browsetask</artifactId>
<version>RELEASE190</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-ant-browsetask" % "RELEASE190"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-ant-browsetask', version='RELEASE190')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-ant-browsetask" rev="RELEASE190" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- org.netbeans.api:org-apache-tools-ant-module:RELEASE190
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE190
|-- org.netbeans.api:org-openide-awt:RELEASE190
|-- org.netbeans.api:org-openide-filesystems:RELEASE190
|-- org.netbeans.api:org-openide-filesystems-nb:RELEASE190
|-- org.netbeans.api:org-openide-util-lookup:RELEASE190
|-- org.netbeans.modules:org-netbeans-modules-web-browser-api:RELEASE190