| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLeaf Данные Базы данных |
| Группа | Группаcom.github.jeesun.thymeleaf.extras |
| Идентификатор | Идентификаторthymeleaf-extras-db |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеthymeleaf-extras-db
Thymeleaf database extras project for Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| thymeleaf-extras-db-0.0.1.pom | |
| thymeleaf-extras-db-0.0.1.jar | 17 KB |
| thymeleaf-extras-db-0.0.1-sources.jar | 12 KB |
| thymeleaf-extras-db-0.0.1-javadoc.jar | 96 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jeesun.thymeleaf.extras/thymeleaf-extras-db/ -->
<dependency>
<groupId>com.github.jeesun.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-db</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeesun.thymeleaf.extras/thymeleaf-extras-db/
implementation 'com.github.jeesun.thymeleaf.extras:thymeleaf-extras-db:0.0.1'
// https://jarcasting.com/artifacts/com.github.jeesun.thymeleaf.extras/thymeleaf-extras-db/
implementation ("com.github.jeesun.thymeleaf.extras:thymeleaf-extras-db:0.0.1")
'com.github.jeesun.thymeleaf.extras:thymeleaf-extras-db:jar:0.0.1'
<dependency org="com.github.jeesun.thymeleaf.extras" name="thymeleaf-extras-db" rev="0.0.1">
<artifact name="thymeleaf-extras-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeesun.thymeleaf.extras', module='thymeleaf-extras-db', version='0.0.1')
)
libraryDependencies += "com.github.jeesun.thymeleaf.extras" % "thymeleaf-extras-db" % "0.0.1"
[com.github.jeesun.thymeleaf.extras/thymeleaf-extras-db "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-jdbc | jar | 1.5.15.RELEASE |
| org.springframework.boot : spring-boot-starter-thymeleaf | jar | 1.5.15.RELEASE |
| org.thymeleaf.extras : thymeleaf-extras-springsecurity4 | jar | 3.0.2.RELEASE |
| org.springframework.boot : spring-boot-starter-cache | jar | 1.5.15.RELEASE |
| com.alibaba : fastjson | jar | 1.2.47 |