не последняя версия
Последняя версия 1.10.0-milestone-6

io.ratpack:ratpack-thymeleaf 1.0.0-rc-2

Integration with the Thymeleaf server side template rendering library - http://www.thymeleaf.org/

Категории

Категории

Leaf Данные Базы данных Ratpack Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

io.ratpack
Идентификатор

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

ratpack-thymeleaf
Версия

Версия

1.0.0-rc-2
Тип

Тип

jar

Скачать ratpack-thymeleaf 1.0.0-rc-2


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