t

thymeleaf-extras-springsecurity5

Modern server-side Java template engine for both web and standalone environments
http://www.thymeleaf.org
The Apache Software License, Version 2.0
The THYMELEAF team
Daniel Fernandez Jose Miguel Samper Emanuel Rabina
Files download
File Operation
thymeleaf-extras-springsecurity5-3.1.0.M1.jar download
thymeleaf-extras-springsecurity5-3.1.0.M1.pom download
thymeleaf-extras-springsecurity5-3.1.0.M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.thymeleaf.extras</groupId>
  <artifactId>thymeleaf-extras-springsecurity5</artifactId>
  <version>3.1.0.M1</version>
</dependency>
Gradle Groovy
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.0.M1'
Gradle Kotlin
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.0.M1")
Scala SBT
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-springsecurity5" % "3.1.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-springsecurity5', version='3.1.0.M1')
)
Apache Ivy
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-springsecurity5" rev="3.1.0.M1" />
Leiningen
[org.thymeleaf.extras/thymeleaf-extras-springsecurity5 "3.1.0.M1"]
Apache Buildr
'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:jar:3.1.0.M1'