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