w

wicketstuff-scala-archetype

Basic setup for a project that combines Scala and Wicket, depending on the Wicket-Scala project. Includes an example Specs test.
Antony Stubbs Daan van Etten
文件下载
文件名 操作
wicketstuff-scala-archetype-9.3.0.jar 下载
wicketstuff-scala-archetype-9.3.0.pom 下载
wicketstuff-scala-archetype-9.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wicketstuff.scala</groupId>
  <artifactId>wicketstuff-scala-archetype</artifactId>
  <version>9.3.0</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff.scala:wicketstuff-scala-archetype:9.3.0'
Gradle Kotlin
implementation("org.wicketstuff.scala:wicketstuff-scala-archetype:9.3.0")
Scala SBT
libraryDependencies += "org.wicketstuff.scala" % "wicketstuff-scala-archetype" % "9.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff.scala', module='wicketstuff-scala-archetype', version='9.3.0')
)
Apache Ivy
<dependency org="org.wicketstuff.scala" name="wicketstuff-scala-archetype" rev="9.3.0" />
Leiningen
[org.wicketstuff.scala/wicketstuff-scala-archetype "9.3.0"]
Apache Buildr
'org.wicketstuff.scala:wicketstuff-scala-archetype:jar:9.3.0'