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 |
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-struts2 |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDandelion :: Datatables :: Extras :: Struts2
Extra providing I18N utilities when dealing with Struts 2.x
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
datatables-struts2-1.1.0.pom | |
datatables-struts2-1.1.0.jar | 4 KB |
datatables-struts2-1.1.0-sources.jar | 4 KB |
datatables-struts2-1.1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-struts2/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-struts2</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-struts2/
implementation 'com.github.dandelion:datatables-struts2:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-struts2/
implementation ("com.github.dandelion:datatables-struts2:1.1.0")
'com.github.dandelion:datatables-struts2:jar:1.1.0'
<dependency org="com.github.dandelion" name="datatables-struts2" rev="1.1.0">
<artifact name="datatables-struts2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-struts2', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-struts2" % "1.1.0"
[com.github.dandelion/datatables-struts2 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dandelion : datatables-core | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-core | jar | [2.0.5,) |
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.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.