Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdtheme-standard |
Version | Version1.4.17 |
Type | Typejar |
Filename | Size |
---|---|
theme-standard-1.4.17.pom | |
theme-standard-1.4.17.jar | 57 KB |
theme-standard-1.4.17-sources.jar | 55 KB |
theme-standard-1.4.17-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/theme-standard/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>theme-standard</artifactId>
<version>1.4.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/theme-standard/
implementation 'org.wicketstuff:theme-standard:1.4.17'
// https://jarcasting.com/artifacts/org.wicketstuff/theme-standard/
implementation ("org.wicketstuff:theme-standard:1.4.17")
'org.wicketstuff:theme-standard:jar:1.4.17'
<dependency org="org.wicketstuff" name="theme-standard" rev="1.4.17">
<artifact name="theme-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='theme-standard', version='1.4.17')
)
libraryDependencies += "org.wicketstuff" % "theme-standard" % "1.4.17"
[org.wicketstuff/theme-standard "1.4.17"]