File | Operation |
---|---|
thymeleaf-lib-3.1.0.RELEASE.pom | download |
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-lib</artifactId>
<version>3.1.0.RELEASE</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-lib', version='3.1.0.RELEASE')
)
<parent> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-parent</artifactId> <version>3.1.0.RELEASE</version> </parent>