s

spring-boot-starter-thymeleaf

Files download
File Operation
spring-boot-starter-thymeleaf-2.0.7.0.jar download
spring-boot-starter-thymeleaf-2.0.7.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.spt-oss</groupId>
  <artifactId>spring-boot-starter-thymeleaf</artifactId>
  <version>2.0.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.spt-oss:spring-boot-starter-thymeleaf:2.0.7.0'
Gradle Kotlin
implementation("com.github.spt-oss:spring-boot-starter-thymeleaf:2.0.7.0")
Scala SBT
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-thymeleaf" % "2.0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spt-oss', module='spring-boot-starter-thymeleaf', version='2.0.7.0')
)
Apache Ivy
<dependency org="com.github.spt-oss" name="spring-boot-starter-thymeleaf" rev="2.0.7.0" />
Leiningen
[com.github.spt-oss/spring-boot-starter-thymeleaf "2.0.7.0"]
Apache Buildr
'com.github.spt-oss:spring-boot-starter-thymeleaf:jar:2.0.7.0'