не последняя версия
Последняя версия 3.1.0.M2

org.thymeleaf:thymeleaf 3.0.13.RELEASE

Modern server-side Java template engine for both web and standalone environments

Категории

Категории

Leaf Данные Базы данных
Группа

Группа

org.thymeleaf
Идентификатор

Идентификатор

thymeleaf
Версия

Версия

3.0.13.RELEASE
Тип

Тип

jar

Скачать thymeleaf 3.0.13.RELEASE


<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/ -->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>3.0.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation 'org.thymeleaf:thymeleaf:3.0.13.RELEASE'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation ("org.thymeleaf:thymeleaf:3.0.13.RELEASE")
'org.thymeleaf:thymeleaf:jar:3.0.13.RELEASE'
<dependency org="org.thymeleaf" name="thymeleaf" rev="3.0.13.RELEASE">
  <artifact name="thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf', version='3.0.13.RELEASE')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf" % "3.0.13.RELEASE"
[org.thymeleaf/thymeleaf "3.0.13.RELEASE"]