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