Java-DataTables is a library for derivative of my other project Play-DataTables that allows you to easily integrate DataTables into any project or framework.
This library is providing an abstraction for the DataTables requests. It is not recommended to directly utilize this library as it's the base for other libraries that implements some data providers.
List of the current data providers :
- JOOQ using
java-datatables-jooq
$> mvn compile
$> mvn package
$> mvn install
To install in your local repository.
$> mvn install
To deploy to a remote repository.
$> mvn verify
$> mvn deploy -P release
libraryDependencies += "com.github.PierreAdam.java-datatables" % "java-datatables-core" % "1.1.0"
<dependency>
<groupId>com.github.PierreAdam.java-datatables</groupId>
<artifactId>java-datatables-core</artifactId>
<version>1.1.0</version>
</dependency>
Library Version | Tested DataTables Version |
---|---|
1.0.0 | 1.10.x |
1.1.0 | 1.10.x |
1.2.0 | 1.10.x |
This project is released under terms of the MIT license.