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