How to install the Java artifact com.github.spt-oss.spring-boot-starter-thymeleaf with Maven
Java
Maven
pom.xml
com.github.spt-oss
spring-boot-starter-thymeleaf
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>2.0.7.0</version>
</dependency>
/dependencies>