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

compile

|-- org.springframework.security:spring-security-core:5.0.3.RELEASE

|-- org.springframework:spring-aop:5.0.4.RELEASE

|-- org.springframework:spring-beans:5.0.4.RELEASE

|-- org.springframework:spring-context:5.0.4.RELEASE

|-- org.springframework:spring-core:5.0.4.RELEASE

|-- org.springframework:spring-expression:5.0.4.RELEASE

|-- org.springframework:spring-web:5.0.4.RELEASE

|-- com.fasterxml.jackson.core:jackson-databind:2.9.4

|-- io.projectreactor:reactor-core:3.1.5.RELEASE

|-- org.springframework:spring-jdbc:5.0.4.RELEASE

|-- org.springframework:spring-tx:5.0.4.RELEASE

|-- org.springframework:spring-webflux:5.0.4.RELEASE

|-- org.springframework:spring-webmvc:5.0.4.RELEASE

provided

|-- javax.servlet:javax.servlet-api:4.0.0

test

|-- ch.qos.logback:logback-classic:1.2.3

|-- commons-codec:commons-codec:1.11

|-- io.projectreactor:reactor-test:3.1.5.RELEASE

|-- junit:junit:4.12

|-- org.assertj:assertj-core:3.9.0

|-- org.codehaus.groovy:groovy-all:2.5.0-beta-1

|-- org.hsqldb:hsqldb:2.4.0

|-- org.mockito:mockito-core:2.13.0

|-- org.powermock:powermock-api-mockito2:2.0.0-beta.5

|-- org.powermock:powermock-api-support:2.0.0-beta.5

|-- org.powermock:powermock-core:2.0.0-beta.5

|-- org.powermock:powermock-module-junit4:2.0.0-beta.5

|-- org.powermock:powermock-module-junit4-common:2.0.0-beta.5

|-- org.powermock:powermock-reflect:2.0.0-beta.5

|-- org.skyscreamer:jsonassert:1.5.0

|-- org.slf4j:jcl-over-slf4j:1.7.25

|-- org.slf4j:log4j-over-slf4j:1.7.25

|-- org.slf4j:slf4j-api:1.7.25

|-- org.spockframework:spock-core:1.0-groovy-2.4

|-- org.spockframework:spock-spring:1.0-groovy-2.4

|-- org.springframework.security:spring-security-core:5.0.3.RELEASE

|-- org.springframework:spring-test:5.0.4.RELEASE