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