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