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-servlet2 |
| Last Version | Last Version0.9.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDandelion :: Datatables :: Extras :: Servlet 2
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-servlet2/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-servlet2</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-servlet2/
implementation 'com.github.dandelion:datatables-servlet2:0.9.3'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-servlet2/
implementation ("com.github.dandelion:datatables-servlet2:0.9.3")
'com.github.dandelion:datatables-servlet2:jar:0.9.3'
<dependency org="com.github.dandelion" name="datatables-servlet2" rev="0.9.3">
<artifact name="datatables-servlet2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-servlet2', version='0.9.3')
)
libraryDependencies += "com.github.dandelion" % "datatables-servlet2" % "0.9.3"
[com.github.dandelion/datatables-servlet2 "0.9.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.dandelion : datatables-core | jar | 0.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
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.