MVN

org.dd4t : dd4t-thymeleaf-support

Maven & Gradle

Jul 05, 2022
10 stars

org.dd4t:dd4t-thymeleaf-support · Provides support for Thymeleaf views.

<dependency>
    <groupId>org.dd4t</groupId>
    <artifactId>dd4t-thymeleaf-support</artifactId>
    <version>2.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dd4t : dd4t-thymeleaf-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.12
  • Latest Beta: 2.1.0-beta6

All Versions

Choose a version of org.dd4t : dd4t-thymeleaf-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dd4t-thymeleaf-support-2.1.12
dd4t-thymeleaf-support-2.1.11
dd4t-thymeleaf-support-2.1.10
dd4t-thymeleaf-support-2.1.9
dd4t-thymeleaf-support-2.1.8
dd4t-thymeleaf-support-2.1.7
dd4t-thymeleaf-support-2.1.6
dd4t-thymeleaf-support-2.1.5
dd4t-thymeleaf-support-2.1.4
dd4t-thymeleaf-support-2.1.3
dd4t-thymeleaf-support-2.1.2
dd4t-thymeleaf-support-2.1.1
dd4t-thymeleaf-support-2.1.0
dd4t-thymeleaf-support-2.1.0-beta6
dd4t-thymeleaf-support-2.1.0-beta5
dd4t-thymeleaf-support-2.1.0-beta4
dd4t-thymeleaf-support-2.1.0-beta3
dd4t-thymeleaf-support-2.1.0-beta2
dd4t-thymeleaf-support-2.1.0-beta
2.0.x
dd4t-thymeleaf-support-2.0.13
dd4t-thymeleaf-support-2.0.12
dd4t-thymeleaf-support-2.0.11
dd4t-thymeleaf-support-2.0.10
dd4t-thymeleaf-support-2.0.9
dd4t-thymeleaf-support-2.0.8
dd4t-thymeleaf-support-2.0.7

How to add a dependency to Maven

Add the following org.dd4t : dd4t-thymeleaf-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dd4t</groupId>
    <artifactId>dd4t-thymeleaf-support</artifactId>
    <version>2.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dd4t : dd4t-thymeleaf-support gradle dependency to your build.gradle file:

implementation 'org.dd4t:dd4t-thymeleaf-support:2.1.12'

Gradle Kotlin DSL: Add the following org.dd4t : dd4t-thymeleaf-support gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dd4t:dd4t-thymeleaf-support:2.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dd4t : dd4t-thymeleaf-support sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dd4t" % "dd4t-thymeleaf-support" % "2.1.12"

Advertisement