<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-springsecurity5" % "3.1.0.RELEASE"
@Grapes(
@Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-springsecurity5', version='3.1.0.RELEASE')
)
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-springsecurity5" rev="3.1.0.RELEASE" />
<parent> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-lib</artifactId> <version>3.1.0.RELEASE</version> </parent>
compile
|-- org.thymeleaf:thymeleaf-spring5
provided
|-- javax.servlet:javax.servlet-api
|-- org.springframework.security:spring-security-core
|-- org.springframework.security:spring-security-web
|-- org.springframework.security:spring-security-config