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