<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-xml-schema-completion</artifactId>
<version>RELEASE130</version>
</dependency>
implementation 'org.netbeans.api:org-netbeans-modules-xml-schema-completion:RELEASE130'
implementation("org.netbeans.api:org-netbeans-modules-xml-schema-completion:RELEASE130")
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-xml-schema-completion" % "RELEASE130"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-xml-schema-completion', version='RELEASE130')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-xml-schema-completion" rev="RELEASE130" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-xml:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-editor-completion:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-xml-lexer:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-xml-retriever:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-xml-schema-model:RELEASE130
|-- org.netbeans.api:org-netbeans-modules-xml-xam:RELEASE130
|-- org.netbeans.api:org-netbeans-swing-plaf:RELEASE130
|-- org.netbeans.api:org-openide-filesystems:RELEASE130
|-- org.netbeans.api:org-openide-loaders:RELEASE130
|-- org.netbeans.api:org-openide-nodes:RELEASE130
|-- org.netbeans.api:org-openide-util:RELEASE130
|-- org.netbeans.api:org-openide-util-lookup:RELEASE130
|-- org.netbeans.api:org-openide-util-ui:RELEASE130
runtime
|-- org.netbeans.modules:org-netbeans-modules-xml-axi:RELEASE130
|-- org.netbeans.modules:org-netbeans-modules-xml-text:RELEASE130