组织ID: |
org.springframework.security |
项目ID: |
spring-security-config |
版本: |
3.1.0.RELEASE |
最后修改时间: |
2018-07-26 11:25:15 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
大小: |
198.00KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-config:3.1.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>3.1.0.RELEASE</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.10</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
org.springframework.security.config.BeanIds.class
org/springframework/security/config/catalog.xml
org.springframework.security.config.DebugBeanDefinitionParser.class
org.springframework.security.config.Elements.class
org.springframework.security.config.package-info.class
org.springframework.security.config.SecurityNamespaceHandler.class
org/springframework/security/config/spring-security-2.0.1.xsd
org/springframework/security/config/spring-security-2.0.2.xsd
org/springframework/security/config/spring-security-2.0.4.xsd
org/springframework/security/config/spring-security-2.0.xsd
org/springframework/security/config/spring-security-3.0.3.xsd
org/springframework/security/config/spring-security-3.0.xsd
org/springframework/security/config/spring-security-3.1.rnc
org/springframework/security/config/spring-security-3.1.xsd
org/springframework/security/config/spring-security.xsl
org.springframework.security.config.authentication.AbstractUserDetailsServiceBeanDefinitionParser.class
org.springframework.security.config.authentication.AuthenticationManagerBeanDefinitionParser$NullAuthenticationProvider.class
org.springframework.security.config.authentication.AuthenticationManagerBeanDefinitionParser.class
org.springframework.security.config.authentication.AuthenticationManagerFactoryBean.class
org.springframework.security.config.authentication.AuthenticationProviderBeanDefinitionParser.class
org.springframework.security.config.authentication.CachingUserDetailsService.class
org.springframework.security.config.authentication.JdbcUserServiceBeanDefinitionParser.class
org.springframework.security.config.authentication.package-info.class
org.springframework.security.config.authentication.PasswordEncoderParser.class
org.springframework.security.config.authentication.SaltSourceBeanDefinitionParser.class
org.springframework.security.config.authentication.UserServiceBeanDefinitionParser.class
org.springframework.security.config.debug.DebugFilter.class
org.springframework.security.config.debug.DebugRequestWrapper.class
org.springframework.security.config.debug.Logger.class
org.springframework.security.config.debug.SecurityDebugBeanFactoryPostProcessor.class
org.springframework.security.config.http.AuthenticationConfigBuilder.class
org.springframework.security.config.http.ChannelAttributeFactory.class
org.springframework.security.config.http.DefaultFilterChainValidator.class
org.springframework.security.config.http.FilterChainBeanDefinitionParser.class
org.springframework.security.config.http.FilterChainMapBeanDefinitionDecorator.class
org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser.class
org.springframework.security.config.http.FormLoginBeanDefinitionParser.class
org.springframework.security.config.http.HttpConfigurationBuilder$1.class
org.springframework.security.config.http.HttpConfigurationBuilder.class
org.springframework.security.config.http.HttpFirewallBeanDefinitionParser.class
org.springframework.security.config.http.HttpSecurityBeanDefinitionParser.class
org.springframework.security.config.http.LogoutBeanDefinitionParser.class
org.springframework.security.config.http.MatcherType.class
org.springframework.security.config.http.OrderDecorator.class
org.springframework.security.config.http.package-info.class
org.springframework.security.config.http.PortMappingsBeanDefinitionParser.class
org.springframework.security.config.http.RememberMeBeanDefinitionParser.class
org.springframework.security.config.http.SecurityFilters.class
org.springframework.security.config.http.SessionCreationPolicy.class
org.springframework.security.config.http.UserDetailsServiceFactoryBean.class
org.springframework.security.config.http.WebConfigUtils.class
org.springframework.security.config.ldap.ContextSourceSettingPostProcessor.class
org.springframework.security.config.ldap.LdapProviderBeanDefinitionParser.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
spring-security-web-3.1.0.RELEASE.jar
/org.springframework.security/spring-security-web/3.1.0.RELEASE
查看spring-security-web所有版本文件
spring-web-3.0.6.RELEASE.jar
/org.springframework/spring-web/3.0.6.RELEASE
查看spring-web所有版本文件
spring-context-3.0.6.RELEASE.jar
/org.springframework/spring-context/3.0.6.RELEASE
查看spring-context所有版本文件
spring-beans-3.0.6.RELEASE.jar
/org.springframework/spring-beans/3.0.6.RELEASE
查看spring-beans所有版本文件
aspectjweaver-1.6.10.jar
/org.aspectj/aspectjweaver/1.6.10
查看aspectjweaver所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
aopalliance-1.0.jar
/aopalliance/aopalliance/1.0
查看aopalliance所有版本文件
spring-aop-3.0.6.RELEASE.jar
/org.springframework/spring-aop/3.0.6.RELEASE
查看spring-aop所有版本文件
spring-security-core-3.1.0.RELEASE.jar
/org.springframework.security/spring-security-core/3.1.0.RELEASE
查看spring-security-core所有版本文件
spring-core-3.0.6.RELEASE.jar
/org.springframework/spring-core/3.0.6.RELEASE
查看spring-core所有版本文件
|