w

wicketstuff-core

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.
http://wicketstuff.org
The Apache Software License, Version 2.0
Jeremy Thomerson Michael O'Cleirigh
Files download
File Operation
wicketstuff-core-6.24.0.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-core</artifactId>
  <version>6.24.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-core:6.24.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-core:6.24.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-core" % "6.24.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-core', version='6.24.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-core" rev="6.24.0" />
Leiningen
[org.wicketstuff/wicketstuff-core "6.24.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-core:jar:6.24.0'
Dependencies