| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdorg.springframework.security | 
| ArtifactId | ArtifactIdspring-security-web | 
| Version | Version4.0.1.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-web/ -->
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-web</artifactId>
    <version>4.0.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.security/spring-security-web/
implementation 'org.springframework.security:spring-security-web:4.0.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework.security/spring-security-web/
implementation ("org.springframework.security:spring-security-web:4.0.1.RELEASE")'org.springframework.security:spring-security-web:jar:4.0.1.RELEASE'<dependency org="org.springframework.security" name="spring-security-web" rev="4.0.1.RELEASE">
  <artifact name="spring-security-web" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.security', module='spring-security-web', version='4.0.1.RELEASE')
)libraryDependencies += "org.springframework.security" % "spring-security-web" % "4.0.1.RELEASE"[org.springframework.security/spring-security-web "4.0.1.RELEASE"]