License |
License |
---|---|
Categories |
CategoriesScala Languages Wicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff.scala |
ArtifactId | ArtifactIdwicketstuff-sample |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket-Scala Samples
An example project demonstrating various uses of the WicketStuff-Scala-Extensions project.
|
Filename | Size |
---|---|
wicketstuff-sample-9.10.0.pom | |
wicketstuff-sample-9.10.0.jar | 30 KB |
wicketstuff-sample-9.10.0-sources.jar | 1 KB |
wicketstuff-sample-9.10.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.scala/wicketstuff-sample/ -->
<dependency>
<groupId>org.wicketstuff.scala</groupId>
<artifactId>wicketstuff-sample</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.scala/wicketstuff-sample/
implementation 'org.wicketstuff.scala:wicketstuff-sample:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff.scala/wicketstuff-sample/
implementation ("org.wicketstuff.scala:wicketstuff-sample:9.10.0")
'org.wicketstuff.scala:wicketstuff-sample:jar:9.10.0'
<dependency org="org.wicketstuff.scala" name="wicketstuff-sample" rev="9.10.0">
<artifact name="wicketstuff-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.scala', module='wicketstuff-sample', version='9.10.0')
)
libraryDependencies += "org.wicketstuff.scala" % "wicketstuff-sample" % "9.10.0"
[org.wicketstuff.scala/wicketstuff-sample "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.wicketstuff.scala : wicketstuff-scala | jar | 9.10.0 |
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.0.8 |
org.slf4j : slf4j-simple | jar | 1.7.36 |