MVN

com.github.zhanhb : thymeleaf-layout-dialect

Maven & Gradle

Jan 24, 2023
18 stars

Thymeleaf Layout Dialect · Thymeleaf Layout Dialect rewritten in java.

<dependency>
    <groupId>com.github.zhanhb</groupId>
    <artifactId>thymeleaf-layout-dialect</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zhanhb : thymeleaf-layout-dialect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of com.github.zhanhb : thymeleaf-layout-dialect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
thymeleaf-layout-dialect-3.2.0
3.1.x
thymeleaf-layout-dialect-3.1.0
3.0.x
thymeleaf-layout-dialect-3.0.0
2.5.x
thymeleaf-layout-dialect-2.5.3
thymeleaf-layout-dialect-2.5.2
thymeleaf-layout-dialect-2.5.1
2.4.x
thymeleaf-layout-dialect-2.4.1
2.3.x
thymeleaf-layout-dialect-2.3.0
2.2.x
thymeleaf-layout-dialect-2.2.2-1
thymeleaf-layout-dialect-2.2.2
thymeleaf-layout-dialect-2.2.1
thymeleaf-layout-dialect-2.2.0
2.1.x
thymeleaf-layout-dialect-2.1.2
thymeleaf-layout-dialect-2.1.1
thymeleaf-layout-dialect-2.1.0
2.0.x
thymeleaf-layout-dialect-2.0.5
thymeleaf-layout-dialect-2.0.4
thymeleaf-layout-dialect-2.0.3
thymeleaf-layout-dialect-2.0.1
thymeleaf-layout-dialect-2.0.0
1.4.x
thymeleaf-layout-dialect-1.4.0

How to add a dependency to Maven

Add the following com.github.zhanhb : thymeleaf-layout-dialect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zhanhb</groupId>
    <artifactId>thymeleaf-layout-dialect</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zhanhb : thymeleaf-layout-dialect gradle dependency to your build.gradle file:

implementation 'com.github.zhanhb:thymeleaf-layout-dialect:3.2.0'

Gradle Kotlin DSL: Add the following com.github.zhanhb : thymeleaf-layout-dialect gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zhanhb:thymeleaf-layout-dialect:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zhanhb : thymeleaf-layout-dialect sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zhanhb" % "thymeleaf-layout-dialect" % "3.2.0"

Advertisement