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