<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-lib</artifactId> <version>3.1.0.RC2</version> <type>pom</type> </dependency>
implementation 'org.thymeleaf:thymeleaf-lib:3.1.0.RC2'
implementation("org.thymeleaf:thymeleaf-lib:3.1.0.RC2")
libraryDependencies += "org.thymeleaf" % "thymeleaf-lib" % "3.1.0.RC2"
@Grapes( @Grab(group='org.thymeleaf', module='thymeleaf-lib', version='3.1.0.RC2') )
<dependency org="org.thymeleaf" name="thymeleaf-lib" rev="3.1.0.RC2" />
[org.thymeleaf/thymeleaf-lib "3.1.0.RC2"]
'org.thymeleaf:thymeleaf-lib:jar:3.1.0.RC2'
<parent> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-parent</artifactId> <version>3.1.0.RC2</version> </parent>