Spring Boot Plus
- Custom implementation for Spring Boot
- Note: This project is unofficial and experimental.
TOC
spring-boot-autoconfigure
- TODO
License
- This software is released under the Apache License 2.0.
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Leaf Data Databases |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-thymeleaf |
Last Version | Last Version2.0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom implementation for Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-boot-starter-thymeleaf-2.0.7.0.pom | |
spring-boot-starter-thymeleaf-2.0.7.0.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-thymeleaf/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>2.0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-thymeleaf/
implementation 'com.github.spt-oss:spring-boot-starter-thymeleaf:2.0.7.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-thymeleaf/
implementation ("com.github.spt-oss:spring-boot-starter-thymeleaf:2.0.7.0")
'com.github.spt-oss:spring-boot-starter-thymeleaf:jar:2.0.7.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-thymeleaf" rev="2.0.7.0">
<artifact name="spring-boot-starter-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-thymeleaf', version='2.0.7.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-thymeleaf" % "2.0.7.0"
[com.github.spt-oss/spring-boot-starter-thymeleaf "2.0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spt-oss : spring-boot-autoconfigure | jar | 2.0.7.0 |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | 2.0.7.RELEASE |
com.github.spt-oss : thymeleaf-extras-minify | jar | 3.0.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.7.RELEASE |