is not current version
Last Version 2.1.1.RELEASE

org.thymeleaf.extras:thymeleaf-extras-tiles2 2.1.0-beta1

XML/XHTML/HTML5 template engine for Java

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf.extras
ArtifactId

ArtifactId

thymeleaf-extras-tiles2
Version

Version

2.1.0-beta1
Type

Type

jar

Download thymeleaf-extras-tiles2 2.1.0-beta1


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