t

thymeleaf-extras-springsecurity5

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