<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:2.1.3.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-thymeleaf" % "2.1.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-thymeleaf', version='2.1.3.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-thymeleaf" rev="2.1.3.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.1.3.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.1.3.RELEASE
|-- org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
|-- org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.3.RELEASE