is not current version
Last Version 0.8.3

com.github.datatables4j:datatables4j-parent 0.6.0

DataTables4j is an open-source taglib that allows you to quickly create HTML table in your Java/JEE based web application without even writing any HTML or Javascript code ! The taglib will handle all the HTML and Javascript code generation, compressed or not, needed by the amazing DataTables jQuery plugin, depending on how you configured the JSP tags.

Categories

Categories

Data
GroupId

GroupId

com.github.datatables4j
ArtifactId

ArtifactId

datatables4j-parent
Version

Version

0.6.0
Type

Type

pom

Download datatables4j-parent 0.6.0


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