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