w

wicketstuff-annotation

Use wicketstuff-annotation to use Java Annotations and class path searching to mount your Wicket pages.
Doug Donohoe
Files download
File Operation
wicketstuff-annotation-10.1.0.jar download
wicketstuff-annotation-10.1.0.pom download
wicketstuff-annotation-10.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-annotation</artifactId>
  <version>10.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:wicketstuff-annotation:10.1.0'
Gradle Kotlin
implementation("org.wicketstuff:wicketstuff-annotation:10.1.0")
Scala SBT
libraryDependencies += "org.wicketstuff" % "wicketstuff-annotation" % "10.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='wicketstuff-annotation', version='10.1.0')
)
Apache Ivy
<dependency org="org.wicketstuff" name="wicketstuff-annotation" rev="10.1.0" />
Leiningen
[org.wicketstuff/wicketstuff-annotation "10.1.0"]
Apache Buildr
'org.wicketstuff:wicketstuff-annotation:jar:10.1.0'