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