MVN

net.optionfactory.spring : thymeleaf

Maven & Gradle

Feb 07, 2023
1 stars

net.optionfactory.spring:thymeleaf · optionfactory-spring thymeleaf

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>7.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.optionfactory.spring : thymeleaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.16

All Versions

Choose a version of net.optionfactory.spring : thymeleaf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0
thymeleaf-8.0
7.16
thymeleaf-7.16
7.15
thymeleaf-7.15
7.14
thymeleaf-7.14
7.13
thymeleaf-7.13
7.11
thymeleaf-7.11
7.10
thymeleaf-7.10
7.9
thymeleaf-7.9
7.8
thymeleaf-7.8
7.7
thymeleaf-7.7
7.6
thymeleaf-7.6
7.5
thymeleaf-7.5

How to add a dependency to Maven

Add the following net.optionfactory.spring : thymeleaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>7.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.optionfactory.spring : thymeleaf gradle dependency to your build.gradle file:

implementation 'net.optionfactory.spring:thymeleaf:7.16'

Gradle Kotlin DSL: Add the following net.optionfactory.spring : thymeleaf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.optionfactory.spring:thymeleaf:7.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.optionfactory.spring : thymeleaf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.optionfactory.spring" % "thymeleaf" % "7.16"