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