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