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