w

wicketstuff-bundle

A module that creates a .jar from the classes in wicket, wicket-util and wicket-request modules in order to create a valid OSGi bundle of the wicket framework.
Files download
File Operation
wicketstuff-bundle-10.0.0.jar download
wicketstuff-bundle-10.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-bundle</artifactId>
  <version>10.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-bundle:10.0.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-bundle:10.0.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-bundle" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-bundle', version='10.0.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-bundle" rev="10.0.0" />
Leiningen
[org.wicketstuff/wicketstuff-bundle "10.0.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-bundle:jar:10.0.0'