MVN

org.thymeleaf.extras : thymeleaf-extras-springsecurity6

Maven & Gradle

Jul 30, 2023
2.5k stars

thymeleaf-extras-springsecurity6

<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-springsecurity6</artifactId>
    <version>3.1.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.2.RELEASE
  • Latest Release Candidate: 3.1.0.RC2

All Versions

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

Version Vulnerabilities Updated
3.1.x
thymeleaf-extras-springsecurity6-3.1.2.RELEASE
thymeleaf-extras-springsecurity6-3.1.1.RELEASE
thymeleaf-extras-springsecurity6-3.1.0.RELEASE
thymeleaf-extras-springsecurity6-3.1.0.RC2
thymeleaf-extras-springsecurity6-3.1.0.RC1
thymeleaf-extras-springsecurity6-3.1.0.M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-springsecurity6</artifactId>
    <version>3.1.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE'

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

implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-springsecurity6" % "3.1.2.RELEASE"