is not current version
Last Version 1.5-RC5.1

org.wicketstuff:theme-standard 1.5-RC3

Default Wicket Theme

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

theme-standard
Version

Version

1.5-RC3
Type

Type

jar

Download theme-standard 1.5-RC3


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