License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdcom.github.jeesun.thymeleaf.extras |
ArtifactId | ArtifactIdthymeleaf-extras-db |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthymeleaf-extras-db
Thymeleaf database extras project for Spring Boot
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |