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