Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdpush |
Version | Version1.4.10.1 |
Type | Typejar |
Filename | Size |
---|---|
push-1.4.10.1.pom | |
push-1.4.10.1.jar | 275 KB |
push-1.4.10.1-sources.jar | 269 KB |
push-1.4.10.1-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/push/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>push</artifactId>
<version>1.4.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/push/
implementation 'org.wicketstuff:push:1.4.10.1'
// https://jarcasting.com/artifacts/org.wicketstuff/push/
implementation ("org.wicketstuff:push:1.4.10.1")
'org.wicketstuff:push:jar:1.4.10.1'
<dependency org="org.wicketstuff" name="push" rev="1.4.10.1">
<artifact name="push" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='push', version='1.4.10.1')
)
libraryDependencies += "org.wicketstuff" % "push" % "1.4.10.1"
[org.wicketstuff/push "1.4.10.1"]