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