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

compile

|-- aopalliance:aopalliance:1.0

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

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

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

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

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

|-- commons-logging:commons-logging:1.1.1

|-- org.aspectj:aspectjweaver:1.6.10

|-- org.springframework.security:spring-security-ldap:3.2.3.RELEASE

|-- org.springframework.security:spring-security-openid:3.2.3.RELEASE

|-- org.springframework.security:spring-security-web:3.2.3.RELEASE

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

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

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

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

provided

|-- org.apache.tomcat:tomcat-servlet-api:7.0.33

test

|-- cglib:cglib-nodep:2.2

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

|-- javax.annotation:jsr250-api:1.0

|-- junit:junit:4.10

|-- ldapsdk:ldapsdk:4.1

|-- org.apache.directory.server:apacheds-core:1.5.5

|-- org.apache.directory.server:apacheds-core-entry:1.5.5

|-- org.apache.directory.server:apacheds-protocol-ldap:1.5.5

|-- org.apache.directory.server:apacheds-protocol-shared:1.5.5

|-- org.apache.directory.server:apacheds-server-jndi:1.5.5

|-- org.apache.directory.shared:shared-ldap:0.9.15

|-- org.codehaus.groovy:groovy-all:2.0.5

|-- org.easytesting:fest-assert:1.4

|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.0.Final

|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final

|-- org.hibernate:hibernate-entitymanager:4.1.0.Final

|-- org.hibernate:hibernate-entitymanager:3.6.10.Final

|-- org.hsqldb:hsqldb:2.2.8

|-- org.hsqldb:hsqldb:2.3.1

|-- org.mockito:mockito-core:1.9.5

|-- org.openid4java:openid4java-nodeps:0.9.6

|-- org.powermock:powermock-api-mockito:1.5.1

|-- org.powermock:powermock-api-support:1.5.1

|-- org.powermock:powermock-core:1.5.1

|-- org.powermock:powermock-module-junit4:1.5.1

|-- org.powermock:powermock-module-junit4-common:1.5.1

|-- org.powermock:powermock-reflect:1.5.1

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

|-- org.spockframework:spock-core:0.7-groovy-2.0

|-- org.spockframework:spock-spring:0.7-groovy-2.0

|-- org.springframework.data:spring-data-jpa:1.2.0.RELEASE

|-- org.springframework.ldap:spring-ldap-core:1.3.2.RELEASE

|-- org.springframework.security:spring-security-cas:3.2.3.RELEASE

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

|-- org.springframework:spring-orm:3.2.8.RELEASE

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