is not current version
Last Version 9.10.0

org.wicketstuff.scala:wicketstuff-sample 6.19.0

An example project demonstrating various uses of the WicketStuff-Scala-Extensions project.

Categories

Categories

Scala Languages Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff.scala
ArtifactId

ArtifactId

wicketstuff-sample
Version

Version

6.19.0
Type

Type

jar

Download wicketstuff-sample 6.19.0


<!-- https://jarcasting.com/artifacts/org.wicketstuff.scala/wicketstuff-sample/ -->
<dependency>
    <groupId>org.wicketstuff.scala</groupId>
    <artifactId>wicketstuff-sample</artifactId>
    <version>6.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.scala/wicketstuff-sample/
implementation 'org.wicketstuff.scala:wicketstuff-sample:6.19.0'
// https://jarcasting.com/artifacts/org.wicketstuff.scala/wicketstuff-sample/
implementation ("org.wicketstuff.scala:wicketstuff-sample:6.19.0")
'org.wicketstuff.scala:wicketstuff-sample:jar:6.19.0'
<dependency org="org.wicketstuff.scala" name="wicketstuff-sample" rev="6.19.0">
  <artifact name="wicketstuff-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.scala', module='wicketstuff-sample', version='6.19.0')
)
libraryDependencies += "org.wicketstuff.scala" % "wicketstuff-sample" % "6.19.0"
[org.wicketstuff.scala/wicketstuff-sample "6.19.0"]