License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datatables4j |
ArtifactId | ArtifactIddatatables4j-core-api |
Last Version | Last Version0.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataTables4j :: Core :: Api
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 !
|
Filename | Size |
---|---|
datatables4j-core-api-0.8.3.pom | |
datatables4j-core-api-0.8.3.jar | 56 KB |
datatables4j-core-api-0.8.3-sources.jar | 66 KB |
datatables4j-core-api-0.8.3-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-api/ -->
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-core-api</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-api/
implementation 'com.github.datatables4j:datatables4j-core-api:0.8.3'
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-api/
implementation ("com.github.datatables4j:datatables4j-core-api:0.8.3")
'com.github.datatables4j:datatables4j-core-api:jar:0.8.3'
<dependency org="com.github.datatables4j" name="datatables4j-core-api" rev="0.8.3">
<artifact name="datatables4j-core-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datatables4j', module='datatables4j-core-api', version='0.8.3')
)
libraryDependencies += "com.github.datatables4j" % "datatables4j-core-api" % "0.8.3"
[com.github.datatables4j/datatables4j-core-api "0.8.3"]