w

wicket-quickstart

Wicket Quickstart is designed to get you up and coding your Wicket applications within minutes. No more creating your own project and having to download dependencies yourself. This is an all-in-one package allowing you to concentrate on your application, and Quickstart on the project structure.
文件下载
文件名 操作
wicket-quickstart-1.2.7.pom 下载
Apache Maven
<dependency>
  <groupId>wicket</groupId>
  <artifactId>wicket-quickstart</artifactId>
  <version>1.2.7</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'wicket:wicket-quickstart:1.2.7'
Gradle Kotlin
implementation("wicket:wicket-quickstart:1.2.7")
Scala SBT
libraryDependencies += "wicket" % "wicket-quickstart" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='wicket', module='wicket-quickstart', version='1.2.7')
)
Apache Ivy
<dependency org="wicket" name="wicket-quickstart" rev="1.2.7" />
Leiningen
[wicket/wicket-quickstart "1.2.7"]
Apache Buildr
'wicket:wicket-quickstart:jar:1.2.7'