Categories |
CategoriesSpring Boot Container Microservices Leaf Data Databases |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-starter-thymeleaf |
Version | Version1.1.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-thymeleaf/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>1.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-thymeleaf/
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:1.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-thymeleaf/
implementation ("org.springframework.boot:spring-boot-starter-thymeleaf:1.1.4.RELEASE")
'org.springframework.boot:spring-boot-starter-thymeleaf:jar:1.1.4.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-thymeleaf" rev="1.1.4.RELEASE">
<artifact name="spring-boot-starter-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-thymeleaf', version='1.1.4.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-thymeleaf" % "1.1.4.RELEASE"
[org.springframework.boot/spring-boot-starter-thymeleaf "1.1.4.RELEASE"]