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