Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdtheme-parent |
Version | Version1.4.20 |
Type | Typepom |
Filename | Size |
---|---|
theme-parent-1.4.20.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/theme-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>theme-parent</artifactId>
<version>1.4.20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/theme-parent/
implementation 'org.wicketstuff:theme-parent:1.4.20'
// https://jarcasting.com/artifacts/org.wicketstuff/theme-parent/
implementation ("org.wicketstuff:theme-parent:1.4.20")
'org.wicketstuff:theme-parent:pom:1.4.20'
<dependency org="org.wicketstuff" name="theme-parent" rev="1.4.20">
<artifact name="theme-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='theme-parent', version='1.4.20')
)
libraryDependencies += "org.wicketstuff" % "theme-parent" % "1.4.20"
[org.wicketstuff/theme-parent "1.4.20"]