w

wicketstuff-annotation

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