License |
License
BSD License
MIT License
|
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff.htmlvalidator |
ArtifactId | ArtifactIdwicketstuff-htmlvalidator-parent |
Last Version | Last Version1.11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicketStuff HTML Validator Parent pom
A Wicket response filter implementation that validates whether
the generated markup is compliant with the W3C specifications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
wicketstuff-htmlvalidator-parent-1.11.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.htmlvalidator/wicketstuff-htmlvalidator-parent/ -->
<dependency>
<groupId>org.wicketstuff.htmlvalidator</groupId>
<artifactId>wicketstuff-htmlvalidator-parent</artifactId>
<version>1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.htmlvalidator/wicketstuff-htmlvalidator-parent/
implementation 'org.wicketstuff.htmlvalidator:wicketstuff-htmlvalidator-parent:1.11'
// https://jarcasting.com/artifacts/org.wicketstuff.htmlvalidator/wicketstuff-htmlvalidator-parent/
implementation ("org.wicketstuff.htmlvalidator:wicketstuff-htmlvalidator-parent:1.11")
'org.wicketstuff.htmlvalidator:wicketstuff-htmlvalidator-parent:pom:1.11'
<dependency org="org.wicketstuff.htmlvalidator" name="wicketstuff-htmlvalidator-parent" rev="1.11">
<artifact name="wicketstuff-htmlvalidator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.htmlvalidator', module='wicketstuff-htmlvalidator-parent', version='1.11')
)
libraryDependencies += "org.wicketstuff.htmlvalidator" % "wicketstuff-htmlvalidator-parent" % "1.11"
[org.wicketstuff.htmlvalidator/wicketstuff-htmlvalidator-parent "1.11"]