组织ID: |
org.springframework.security |
项目ID: |
spring-security-test |
版本: |
5.1.6.RELEASE |
最后修改时间: |
2019-08-06 17:23:18 |
包类型: |
jar |
标题: |
spring-security-test |
描述: |
spring-security-test |
相关URL: |
https://spring.io/spring-security |
大小: |
68.93KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>5.1.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.security:spring-security-test:5.1.6.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>5.1.6.RELEASE</version>
<name>spring-security-test</name>
<description>spring-security-test</description>
<url>https://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>https://spring.io/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@pivotal.io</email>
</developer>
<developer>
<id>jgrandja</id>
<name>Joe Grandja</name>
<email>jgrandja@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>compile</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>3.2.11.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.1.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<scope>compile</scope>
<optional>true</optional>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
<version>2.9.9.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
<version>3.2.11.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
<version>2.4.0-b180830.0359</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.23.4</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>mockito-all</artifactId>
<groupId>org.mockito</groupId>
</exclusion>
</exclusions>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<scope>test</scope>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<scope>test</scope>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<scope>test</scope>
<version>5.1.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<scope>test</scope>
<version>5.1.9.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.security.test.context.support.WithMockUserSecurityContextFactory.class
org.springframework.security.test.context.support.WithUserDetailsSecurityContextFactory$ReactiveUserDetailsServiceAdapter.class
org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener.class
org.springframework.security.test.context.support.WithUserDetailsSecurityContextFactory$1.class
org.springframework.security.test.context.support.ReactorContextTestExecutionListener$DelegateTestExecutionListener.class
org.springframework.security.test.context.support.WithAnonymousUserSecurityContextFactory.class
org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener$TestSecurityContext.class
org.springframework.security.test.context.support.WithMockUser.class
org.springframework.security.test.context.support.WithUserDetails.class
org.springframework.security.test.context.support.DelegatingTestExecutionListener.class
org.springframework.security.test.context.support.ReactorContextTestExecutionListener$1.class
org.springframework.security.test.context.support.WithSecurityContextFactory.class
org.springframework.security.test.context.support.WithAnonymousUser.class
org.springframework.security.test.context.support.WithUserDetailsSecurityContextFactory.class
org.springframework.security.test.context.support.TestExecutionEvent.class
org.springframework.security.test.context.support.ReactorContextTestExecutionListener.class
org.springframework.security.test.context.support.ReactorContextTestExecutionListener$DelegateTestExecutionListener$SecuritySubContext.class
org.springframework.security.test.context.support.WithSecurityContext.class
org.springframework.security.test.context.annotation.SecurityTestExecutionListeners.class
org.springframework.security.test.context.TestSecurityContextHolder.class
org.springframework.security.test.web.support.WebTestUtils.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$UserRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders$FormLoginRequestBuilder.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders$LogoutRequestBuilder.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$CsrfRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$CsrfRequestPostProcessor$TestCsrfTokenRepository.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$HttpBasicRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$SecurityContextRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$DigestRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$1.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$AnonymousRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$AuthenticationRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$UserDetailsRequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$X509RequestPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$SecurityContextRequestPostProcessorSupport.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders$1.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$TestSecurityContextHolderPostProcessor.class
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors$SecurityContextRequestPostProcessorSupport$TestSecurityContextRepository.class
org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurer.class
org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.class
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers$1.class
org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-security-core-5.1.6.RELEASE.jar
/org.springframework.security/spring-security-core/5.1.6.RELEASE
查看spring-security-core所有版本文件
spring-security-web-5.1.6.RELEASE.jar
/org.springframework.security/spring-security-web/5.1.6.RELEASE
查看spring-security-web所有版本文件
spring-core-5.1.9.RELEASE.jar
/org.springframework/spring-core/5.1.9.RELEASE
查看spring-core所有版本文件
spring-test-5.1.9.RELEASE.jar
/org.springframework/spring-test/5.1.9.RELEASE
查看spring-test所有版本文件
reactor-core-3.2.11.RELEASE.jar
/io.projectreactor/reactor-core/3.2.11.RELEASE
查看reactor-core所有版本文件
spring-security-config-5.1.6.RELEASE.jar
/org.springframework.security/spring-security-config/5.1.6.RELEASE
查看spring-security-config所有版本文件
spring-webflux-5.1.9.RELEASE.jar
/org.springframework/spring-webflux/5.1.9.RELEASE
查看spring-webflux所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
jackson-databind-2.9.9.2.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.9.2
查看jackson-databind所有版本文件
reactor-test-3.2.11.RELEASE.jar
/io.projectreactor/reactor-test/3.2.11.RELEASE
查看reactor-test所有版本文件
jaxb-api-2.4.0-b180830.0359.jar
/javax.xml.bind/jaxb-api/2.4.0-b180830.0359
查看jaxb-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.11.1.jar
/org.assertj/assertj-core/3.11.1
查看assertj-core所有版本文件
mockito-core-2.23.4.jar
/org.mockito/mockito-core/2.23.4
查看mockito-core所有版本文件
powermock-api-mockito2-2.0.2.jar
/org.powermock/powermock-api-mockito2/2.0.2
查看powermock-api-mockito2所有版本文件
powermock-api-support-2.0.2.jar
/org.powermock/powermock-api-support/2.0.2
查看powermock-api-support所有版本文件
powermock-core-2.0.2.jar
/org.powermock/powermock-core/2.0.2
查看powermock-core所有版本文件
powermock-module-junit4-2.0.2.jar
/org.powermock/powermock-module-junit4/2.0.2
查看powermock-module-junit4所有版本文件
powermock-module-junit4-common-2.0.2.jar
/org.powermock/powermock-module-junit4-common/2.0.2
查看powermock-module-junit4-common所有版本文件
powermock-reflect-2.0.2.jar
/org.powermock/powermock-reflect/2.0.2
查看powermock-reflect所有版本文件
jsonassert-1.5.0.jar
/org.skyscreamer/jsonassert/1.5.0
查看jsonassert所有版本文件
spring-tx-5.1.9.RELEASE.jar
/org.springframework/spring-tx/5.1.9.RELEASE
查看spring-tx所有版本文件
spring-webmvc-5.1.9.RELEASE.jar
/org.springframework/spring-webmvc/5.1.9.RELEASE
查看spring-webmvc所有版本文件
|