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