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