Categories |
CategoriesWicket User Interface Web Frameworks Data |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIddatatables-parent |
Version | Version6.21.0 |
Type | Typepom |
Filename | Size |
---|---|
datatables-parent-6.21.0.pom | 812 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/datatables-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>datatables-parent</artifactId>
<version>6.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/datatables-parent/
implementation 'org.wicketstuff:datatables-parent:6.21.0'
// https://jarcasting.com/artifacts/org.wicketstuff/datatables-parent/
implementation ("org.wicketstuff:datatables-parent:6.21.0")
'org.wicketstuff:datatables-parent:pom:6.21.0'
<dependency org="org.wicketstuff" name="datatables-parent" rev="6.21.0">
<artifact name="datatables-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='datatables-parent', version='6.21.0')
)
libraryDependencies += "org.wicketstuff" % "datatables-parent" % "6.21.0"
[org.wicketstuff/datatables-parent "6.21.0"]