is not current version
Last Version 1.10.0-milestone-6

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

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

Categories

Categories

Leaf Data Databases Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-thymeleaf
Version

Version

1.4.0-rc-2
Type

Type

jar

Download ratpack-thymeleaf 1.4.0-rc-2


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