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