is not current version
Last Version 2.0.0.M1

org.gvnix:org.gvnix.addon.datatables 1.5.1.RC1

Datatables support for Spring MVC based projects. Allows replace the standart roo list view to use JQuery Datatables component based on Dandelion datatables (http://dandelion.github.com/datatables) taglib

Categories

Categories

Data
GroupId

GroupId

org.gvnix
ArtifactId

ArtifactId

org.gvnix.addon.datatables
Version

Version

1.5.1.RC1
Type

Type

pom

Download org.gvnix.addon.datatables 1.5.1.RC1


<!-- https://jarcasting.com/artifacts/org.gvnix/org.gvnix.addon.datatables/ -->
<dependency>
    <groupId>org.gvnix</groupId>
    <artifactId>org.gvnix.addon.datatables</artifactId>
    <version>1.5.1.RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gvnix/org.gvnix.addon.datatables/
implementation 'org.gvnix:org.gvnix.addon.datatables:1.5.1.RC1'
// https://jarcasting.com/artifacts/org.gvnix/org.gvnix.addon.datatables/
implementation ("org.gvnix:org.gvnix.addon.datatables:1.5.1.RC1")
'org.gvnix:org.gvnix.addon.datatables:pom:1.5.1.RC1'
<dependency org="org.gvnix" name="org.gvnix.addon.datatables" rev="1.5.1.RC1">
  <artifact name="org.gvnix.addon.datatables" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gvnix', module='org.gvnix.addon.datatables', version='1.5.1.RC1')
)
libraryDependencies += "org.gvnix" % "org.gvnix.addon.datatables" % "1.5.1.RC1"
[org.gvnix/org.gvnix.addon.datatables "1.5.1.RC1"]