<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-html-validation</artifactId>
<version>RELEASE150</version>
</dependency>
implementation("org.netbeans.modules:org-netbeans-modules-html-validation:RELEASE150")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-html-validation" % "RELEASE150"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-html-validation', version='RELEASE150')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-html-validation" rev="RELEASE150" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>3</version> </parent>
compile
|-- org.netbeans.external:org-apache-commons-logging:RELEASE150
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE150
|-- org.netbeans.api:org-netbeans-api-progress-nb:RELEASE150
|-- org.netbeans.modules:org-netbeans-modules-html-editor-lib:RELEASE150
|-- org.netbeans.modules:org-netbeans-modules-html-parser:RELEASE150
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE150
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE150
|-- org.netbeans.modules:org-netbeans-modules-web-common:RELEASE150
|-- org.netbeans.api:org-openide-filesystems:RELEASE150
|-- org.netbeans.api:org-openide-util-ui:RELEASE150
|-- org.netbeans.api:org-openide-util:RELEASE150
|-- org.netbeans.api:org-openide-util-lookup:RELEASE150
|-- org.netbeans.external:jing:RELEASE150
|-- org.netbeans.external:validator:RELEASE150
|-- org.netbeans.external:isorelax:RELEASE150
|-- com.shapesecurity:salvation:2.7.2