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