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