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