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