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