| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.github.dandelion |
| ArtifactId | ArtifactIddatatables-spring3 |
| Version | Version0.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| datatables-spring3-0.9.2.pom | |
| datatables-spring3-0.9.2.jar | 7 KB |
| datatables-spring3-0.9.2-sources.jar | 9 KB |
| datatables-spring3-0.9.2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-spring3/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-spring3</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-spring3/
implementation 'com.github.dandelion:datatables-spring3:0.9.2'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-spring3/
implementation ("com.github.dandelion:datatables-spring3:0.9.2")
'com.github.dandelion:datatables-spring3:jar:0.9.2'
<dependency org="com.github.dandelion" name="datatables-spring3" rev="0.9.2">
<artifact name="datatables-spring3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-spring3', version='0.9.2')
)
libraryDependencies += "com.github.dandelion" % "datatables-spring3" % "0.9.2"
[com.github.dandelion/datatables-spring3 "0.9.2"]