<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-xml-retriever</artifactId>
<version>RELEASE122</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-xml-retriever" % "RELEASE122"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-xml-retriever', version='RELEASE122')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-xml-retriever" rev="RELEASE122" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-apache-xml-resolver:RELEASE122
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE122
|-- org.netbeans.api:org-netbeans-api-progress-nb:RELEASE122
|-- org.netbeans.api:org-netbeans-api-xml:RELEASE122
|-- org.netbeans.api:org-netbeans-api-xml-ui:RELEASE122
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE122
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE122
|-- org.netbeans.api:org-netbeans-modules-xml-xam:RELEASE122
|-- org.netbeans.api:org-openide-awt:RELEASE122
|-- org.netbeans.api:org-openide-dialogs:RELEASE122
|-- org.netbeans.api:org-openide-filesystems:RELEASE122
|-- org.netbeans.api:org-openide-io:RELEASE122
|-- org.netbeans.api:org-openide-loaders:RELEASE122
|-- org.netbeans.api:org-openide-modules:RELEASE122
|-- org.netbeans.api:org-openide-nodes:RELEASE122
|-- org.netbeans.api:org-openide-text:RELEASE122
|-- org.netbeans.api:org-openide-util-ui:RELEASE122