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