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