Categories |
CategoriesWicket User Interface Web Frameworks Data |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIddatatables-examples |
Version | Version6.17.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/datatables-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>datatables-examples</artifactId>
<version>6.17.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/datatables-examples/
implementation 'org.wicketstuff:datatables-examples:6.17.0'
// https://jarcasting.com/artifacts/org.wicketstuff/datatables-examples/
implementation ("org.wicketstuff:datatables-examples:6.17.0")
'org.wicketstuff:datatables-examples:war:6.17.0'
<dependency org="org.wicketstuff" name="datatables-examples" rev="6.17.0">
<artifact name="datatables-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='datatables-examples', version='6.17.0')
)
libraryDependencies += "org.wicketstuff" % "datatables-examples" % "6.17.0"
[org.wicketstuff/datatables-examples "6.17.0"]