<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.1.0.RELEASE</version> </dependency>
implementation 'org.thymeleaf:thymeleaf:3.1.0.RELEASE'
implementation("org.thymeleaf:thymeleaf:3.1.0.RELEASE")
libraryDependencies += "org.thymeleaf" % "thymeleaf" % "3.1.0.RELEASE"
@Grapes( @Grab(group='org.thymeleaf', module='thymeleaf', version='3.1.0.RELEASE') )
<dependency org="org.thymeleaf" name="thymeleaf" rev="3.1.0.RELEASE" />
[org.thymeleaf/thymeleaf "3.1.0.RELEASE"]
'org.thymeleaf:thymeleaf:jar:3.1.0.RELEASE'
<parent> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-lib</artifactId> <version>3.1.0.RELEASE</version> </parent>
compile
|-- ognl:ognl
|-- org.attoparser:attoparser
|-- org.unbescape:unbescape
|-- org.slf4j:slf4j-api
provided
|-- jakarta.servlet:jakarta.servlet-api
|-- javax.servlet:javax.servlet-api
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310