| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff.htmlvalidator |
| ArtifactId | ArtifactIdwicketstuff-whattf |
| Version | Version1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wicketstuff-whattf-1.6.pom | |
| wicketstuff-whattf-1.6.jar | 344 KB |
| wicketstuff-whattf-1.6-sources.jar | 316 KB |
| wicketstuff-whattf-1.6-javadoc.jar | 518 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.htmlvalidator/wicketstuff-whattf/ -->
<dependency>
<groupId>org.wicketstuff.htmlvalidator</groupId>
<artifactId>wicketstuff-whattf</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.htmlvalidator/wicketstuff-whattf/
implementation 'org.wicketstuff.htmlvalidator:wicketstuff-whattf:1.6'
// https://jarcasting.com/artifacts/org.wicketstuff.htmlvalidator/wicketstuff-whattf/
implementation ("org.wicketstuff.htmlvalidator:wicketstuff-whattf:1.6")
'org.wicketstuff.htmlvalidator:wicketstuff-whattf:jar:1.6'
<dependency org="org.wicketstuff.htmlvalidator" name="wicketstuff-whattf" rev="1.6">
<artifact name="wicketstuff-whattf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.htmlvalidator', module='wicketstuff-whattf', version='1.6')
)
libraryDependencies += "org.wicketstuff.htmlvalidator" % "wicketstuff-whattf" % "1.6"
[org.wicketstuff.htmlvalidator/wicketstuff-whattf "1.6"]