Skip to content

PierreAdam/java-datatables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-DataTables

Latest release JDK GitHub license

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

Build the library and local deployment

$> mvn compile
$> mvn package
$> mvn install

Install or deploy

To install in your local repository.

$> mvn install

To deploy to a remote repository.

$> mvn verify
$> mvn deploy -P release

How to import the library

With Sbt

libraryDependencies += "com.github.PierreAdam.java-datatables" % "java-datatables-core" % "1.1.0"

With Maven

<dependency>
    <groupId>com.github.PierreAdam.java-datatables</groupId>
    <artifactId>java-datatables-core</artifactId>
    <version>1.1.0</version>
</dependency>

Versions

Library Version Tested DataTables Version
1.0.0 1.10.x
1.1.0 1.10.x
1.2.0 1.10.x

License

This project is released under terms of the MIT license.

About

Java library for datatables

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages