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