MVN

com.github.datatables4j : datatables4j-parent

Maven & Gradle

Feb 11, 2013

DataTables4j :: Parent · DataTables4j is a free and Open Source web framework that allows you to quickly create full-featured HTML table based on the amazing DataTables jQuery plugin. Writing table in your Java/JEE based web application has never been so easy thanks to all the features (compression, aggregation, export), themes, plugins and template engines integration : JSP and Thymeleaf !

<dependency>
    <groupId>com.github.datatables4j</groupId>
    <artifactId>datatables4j-parent</artifactId>
    <version>0.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.datatables4j : datatables4j-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.8.3

All Versions

Choose a version of com.github.datatables4j : datatables4j-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
datatables4j-parent-0.8.3
datatables4j-parent-0.8.2
datatables4j-parent-0.8.1
0.7.x
datatables4j-parent-0.7.0
0.6.x
datatables4j-parent-0.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.datatables4j</groupId>
    <artifactId>datatables4j-parent</artifactId>
    <version>0.8.3</version>
</dependency>