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-9.0.0-M5.1.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-core</artifactId>
  <version>9.0.0-M5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-core:9.0.0-M5.1'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-core:9.0.0-M5.1")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-core" % "9.0.0-M5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-core', version='9.0.0-M5.1')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-core" rev="9.0.0-M5.1" />
Leiningen
[org.wicketstuff/wicketstuff-core "9.0.0-M5.1"]
Apache Buildr
'org.wicketstuff:wicketstuff-core:jar:9.0.0-M5.1'
Dependencies