The web module of Spring Security, providing authentication and access-control for web applications.
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>7.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example defining a SecurityFilterChain bean.
Ensure your project uses Spring Framework 6+ and Jakarta EE (javax.servlet is not supported).
No dependency data recorded yet.