is not current version
Last Version 9.10.0

org.wicketstuff:wicketstuff-core 1.5-RC7

WicketStuff Core Parent is the parent project for all of the core WicketStuff projects. It tries to unify the WS projects into a common structure that shares a common build / release cycle. This will hopefully keep WicketStuff projects more in sync with Wicket and make it easier on new users.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-core
Version

Version

1.5-RC7
Type

Type

pom

Download wicketstuff-core 1.5-RC7


<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-core/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-core</artifactId>
    <version>1.5-RC7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-core/
implementation 'org.wicketstuff:wicketstuff-core:1.5-RC7'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-core/
implementation ("org.wicketstuff:wicketstuff-core:1.5-RC7")
'org.wicketstuff:wicketstuff-core:pom:1.5-RC7'
<dependency org="org.wicketstuff" name="wicketstuff-core" rev="1.5-RC7">
  <artifact name="wicketstuff-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-core', version='1.5-RC7')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-core" % "1.5-RC7"
[org.wicketstuff/wicketstuff-core "1.5-RC7"]