Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-push-core |
Version | Version1.5.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-push-core/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-push-core</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-push-core/
implementation 'org.wicketstuff:wicketstuff-push-core:1.5.9'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-push-core/
implementation ("org.wicketstuff:wicketstuff-push-core:1.5.9")
'org.wicketstuff:wicketstuff-push-core:jar:1.5.9'
<dependency org="org.wicketstuff" name="wicketstuff-push-core" rev="1.5.9">
<artifact name="wicketstuff-push-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-push-core', version='1.5.9')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-push-core" % "1.5.9"
[org.wicketstuff/wicketstuff-push-core "1.5.9"]