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