| Категории |
КатегорииДанные Leaf Базы данных |
|---|---|
| Группа | Группаcom.github.dandelion |
| Идентификатор | Идентификаторdatatables-thymeleaf |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| datatables-thymeleaf-1.0.0.pom | |
| datatables-thymeleaf-1.0.0.jar | 110 KB |
| datatables-thymeleaf-1.0.0-sources.jar | 152 KB |
| datatables-thymeleaf-1.0.0-javadoc.jar | 481 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-thymeleaf/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-thymeleaf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-thymeleaf/
implementation 'com.github.dandelion:datatables-thymeleaf:1.0.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-thymeleaf/
implementation ("com.github.dandelion:datatables-thymeleaf:1.0.0")
'com.github.dandelion:datatables-thymeleaf:jar:1.0.0'
<dependency org="com.github.dandelion" name="datatables-thymeleaf" rev="1.0.0">
<artifact name="datatables-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-thymeleaf', version='1.0.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-thymeleaf" % "1.0.0"
[com.github.dandelion/datatables-thymeleaf "1.0.0"]