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.0.5.RELEASE.jar download
thymeleaf-extras-springsecurity5-3.0.5.RELEASE.pom download
thymeleaf-extras-springsecurity5-3.0.5.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.thymeleaf.extras</groupId>
  <artifactId>thymeleaf-extras-springsecurity5</artifactId>
  <version>3.0.5.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.5.RELEASE'
Gradle Kotlin
implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.5.RELEASE")
Scala SBT
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-springsecurity5" % "3.0.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-springsecurity5', version='3.0.5.RELEASE')
)
Apache Ivy
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-springsecurity5" rev="3.0.5.RELEASE" />
Leiningen
[org.thymeleaf.extras/thymeleaf-extras-springsecurity5 "3.0.5.RELEASE"]
Apache Buildr
'org.thymeleaf.extras:thymeleaf-extras-springsecurity5:jar:3.0.5.RELEASE'