is not current version
Last Version 9.10.0

org.wicketstuff.scala:wicketstuff-sample 1.5.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

1.5.0
Type

Type

jar

Download wicketstuff-sample 1.5.0


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