d

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 !
http://datatables4j.github.com/docs
BSD 3-Clause
Thibault Duchateau Romain Lespinasse
文件下载
文件名 操作
datatables4j-parent-0.8.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.datatables4j</groupId>
  <artifactId>datatables4j-parent</artifactId>
  <version>0.8.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.datatables4j:datatables4j-parent:0.8.3'
Gradle Kotlin
implementation("com.github.datatables4j:datatables4j-parent:0.8.3")
Scala SBT
libraryDependencies += "com.github.datatables4j" % "datatables4j-parent" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.datatables4j', module='datatables4j-parent', version='0.8.3')
)
Apache Ivy
<dependency org="com.github.datatables4j" name="datatables4j-parent" rev="0.8.3" />
Leiningen
[com.github.datatables4j/datatables4j-parent "0.8.3"]
Apache Buildr
'com.github.datatables4j:datatables4j-parent:jar:0.8.3'