is not current version
Last Version 1.5-RC5.1

org.wicketstuff.scala:sample 1.4.9.2

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

sample
Version

Version

1.4.9.2
Type

Type

jar

Download sample 1.4.9.2


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