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