<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-project-ant</artifactId>
<version>RELEASE124</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-project-ant" % "RELEASE124"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-project-ant', version='RELEASE124')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-project-ant" rev="RELEASE124" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE124
|-- org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE124
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE124
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE124
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE124
|-- org.netbeans.api:org-netbeans-modules-xml-catalog:RELEASE124
|-- org.netbeans.api:org-openide-filesystems:RELEASE124
|-- org.netbeans.api:org-openide-modules:RELEASE124
|-- org.netbeans.api:org-openide-util:RELEASE124
|-- org.netbeans.api:org-openide-util-lookup:RELEASE124
|-- org.netbeans.api:org-openide-util-ui:RELEASE124
runtime
|-- org.netbeans.modules:org-netbeans-modules-project-spi-intern:RELEASE124