License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-spring3 |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionDandelion :: Datatables :: Extras :: Spring3
Extra providing utilities when dealing with Spring 3.x+.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
datatables-spring3-1.1.0.pom | |
datatables-spring3-1.1.0.jar | 7 KB |
datatables-spring3-1.1.0-sources.jar | 13 KB |
datatables-spring3-1.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-spring3/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-spring3</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-spring3/
implementation 'com.github.dandelion:datatables-spring3:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-spring3/
implementation ("com.github.dandelion:datatables-spring3:1.1.0")
'com.github.dandelion:datatables-spring3:jar:1.1.0'
<dependency org="com.github.dandelion" name="datatables-spring3" rev="1.1.0">
<artifact name="datatables-spring3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-spring3', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-spring3" % "1.1.0"
[com.github.dandelion/datatables-spring3 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dandelion : datatables-core | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 3.2.7.RELEASE |
org.springframework : spring-webmvc | jar | 3.2.7.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.2.7.RELEASE |
junit : junit | jar | 4.11 |