<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-xml-text</artifactId>
<version>RELEASE121</version>
</dependency>
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-xml-text" % "RELEASE121"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-xml-text', version='RELEASE121')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-xml-text" rev="RELEASE121" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE121
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE121
|-- org.netbeans.api:org-netbeans-api-xml:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-csl-api:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-csl-types:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-bracesmatching:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-editor-breadcrumbs:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-completion:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-deprecated-pre65formatting:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-fold:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-indent-support:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE121
|-- org.netbeans.modules:org-netbeans-modules-editor-structure:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-xml-core:RELEASE121
|-- org.netbeans.api:org-netbeans-modules-xml-lexer:RELEASE121
|-- org.netbeans.api:org-netbeans-spi-navigator:RELEASE121
|-- org.netbeans.api:org-netbeans-swing-plaf:RELEASE121
|-- org.netbeans.api:org-openide-actions:RELEASE121
|-- org.netbeans.api:org-openide-awt:RELEASE121
|-- org.netbeans.api:org-openide-explorer:RELEASE121
|-- org.netbeans.api:org-openide-filesystems:RELEASE121
|-- org.netbeans.api:org-openide-loaders:RELEASE121
|-- org.netbeans.api:org-openide-modules:RELEASE121
|-- org.netbeans.api:org-openide-nodes:RELEASE121
|-- org.netbeans.api:org-openide-text:RELEASE121
|-- org.netbeans.api:org-openide-util:RELEASE121
|-- org.netbeans.api:org-openide-util-lookup:RELEASE121