License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datatables4j |
ArtifactId | ArtifactIddatatables4j-core-impl |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataTables4j :: Core :: Default Implementation
DataTables4j is an open-source taglib that allows you to quickly create HTML table in your Java/JEE based web application without even writing any HTML or Javascript code !
The taglib will handle all the HTML and Javascript code generation needed by the amazing DataTables jQuery plugin, depending on how you configured the JSP tags.
Other features, like compression, aggregation or export are also available !
|
Filename | Size |
---|---|
datatables4j-core-impl-0.7.0.pom | |
datatables4j-core-impl-0.7.0.jar | 126 KB |
datatables4j-core-impl-0.7.0-sources.jar | 128 KB |
datatables4j-core-impl-0.7.0-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-impl/ -->
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-core-impl</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-impl/
implementation 'com.github.datatables4j:datatables4j-core-impl:0.7.0'
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-core-impl/
implementation ("com.github.datatables4j:datatables4j-core-impl:0.7.0")
'com.github.datatables4j:datatables4j-core-impl:jar:0.7.0'
<dependency org="com.github.datatables4j" name="datatables4j-core-impl" rev="0.7.0">
<artifact name="datatables4j-core-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datatables4j', module='datatables4j-core-impl', version='0.7.0')
)
libraryDependencies += "com.github.datatables4j" % "datatables4j-core-impl" % "0.7.0"
[com.github.datatables4j/datatables4j-core-impl "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.datatables4j : datatables4j-core-api | jar | 0.7.0 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
commons-beanutils : commons-beanutils | jar | 1.8.3 |
commons-lang : commons-lang | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
javax.servlet.jsp : jsp-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |