Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-html5-examples |
Version | Version1.4.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-html5-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-html5-examples</artifactId>
<version>1.4.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-html5-examples/
implementation 'org.wicketstuff:wicket-html5-examples:1.4.8.1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-html5-examples/
implementation ("org.wicketstuff:wicket-html5-examples:1.4.8.1")
'org.wicketstuff:wicket-html5-examples:jar:1.4.8.1'
<dependency org="org.wicketstuff" name="wicket-html5-examples" rev="1.4.8.1">
<artifact name="wicket-html5-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-html5-examples', version='1.4.8.1')
)
libraryDependencies += "org.wicketstuff" % "wicket-html5-examples" % "1.4.8.1"
[org.wicketstuff/wicket-html5-examples "1.4.8.1"]