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