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