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