Dandelion-DataTables
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin.
See the documentation here: http://dandelion.github.io/datatables
= The Dandelion team.
License |
License |
---|---|
Categories |
CategoriesData Jakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-jsp |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDandelion :: Datatables :: JSP taglib
JSP taglib for the Dandelion-DataTables component.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
datatables-jsp-1.1.0.pom | |
datatables-jsp-1.1.0.jar | 33 KB |
datatables-jsp-1.1.0-sources.jar | 29 KB |
datatables-jsp-1.1.0-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-jsp/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-jsp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-jsp/
implementation 'com.github.dandelion:datatables-jsp:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-jsp/
implementation ("com.github.dandelion:datatables-jsp:1.1.0")
'com.github.dandelion:datatables-jsp:jar:1.1.0'
<dependency org="com.github.dandelion" name="datatables-jsp" rev="1.1.0">
<artifact name="datatables-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-jsp', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-jsp" % "1.1.0"
[com.github.dandelion/datatables-jsp "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dandelion : datatables-core | jar | 1.1.0 |
com.github.dandelion : dandelion-jsp | jar | 1.1.0 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.2 |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
javax.servlet : jstl | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 1.6.0 |
org.springframework : spring-test | jar | 3.2.7.RELEASE |
junit : junit | jar | 4.11 |
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin.
See the documentation here: http://dandelion.github.io/datatables
= The Dandelion team.