MVN

org.thymeleaf.extras : thymeleaf-extras-springsecurity3

Maven & Gradle

Dec 08, 2022
14 usages
412 stars

thymeleaf-extras-springsecurity3 · Modern server-side Java template engine for both web and standalone environments

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

Latest Version

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

  • Latest Stable: 3.0.5.RELEASE
  • Latest Beta: 3.0.0.BETA03
  • Latest Alpha: 3.0.0.ALPHA03

All Versions

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

Version Vulnerabilities Updated
3.0.x
thymeleaf-extras-springsecurity3-3.0.5.RELEASE
thymeleaf-extras-springsecurity3-3.0.4.RELEASE
thymeleaf-extras-springsecurity3-3.0.3.RELEASE
thymeleaf-extras-springsecurity3-3.0.2.RELEASE
thymeleaf-extras-springsecurity3-3.0.1.RELEASE
thymeleaf-extras-springsecurity3-3.0.0.RELEASE
thymeleaf-extras-springsecurity3-3.0.0.BETA03
thymeleaf-extras-springsecurity3-3.0.0.BETA02
thymeleaf-extras-springsecurity3-3.0.0.BETA01
thymeleaf-extras-springsecurity3-3.0.0.ALPHA03
2.1.x
thymeleaf-extras-springsecurity3-2.1.3.RELEASE
thymeleaf-extras-springsecurity3-2.1.2.RELEASE
thymeleaf-extras-springsecurity3-2.1.1.RELEASE
thymeleaf-extras-springsecurity3-2.1.0.RELEASE
thymeleaf-extras-springsecurity3-2.1.0-beta2
thymeleaf-extras-springsecurity3-2.1.0-beta1
2.0.x
thymeleaf-extras-springsecurity3-2.0.2
thymeleaf-extras-springsecurity3-2.0.1
thymeleaf-extras-springsecurity3-2.0.0
1.0.x
thymeleaf-extras-springsecurity3-1.0.0-beta2
thymeleaf-extras-springsecurity3-1.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-springsecurity3</artifactId>
    <version>3.0.5.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity3:3.0.5.RELEASE'

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

implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity3:3.0.5.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-springsecurity3" % "3.0.5.RELEASE"

Advertisement