| 组织ID: |
org.springframework.boot |
| 项目ID: |
spring-boot-test |
| 版本: |
2.0.1.RELEASE |
| 最后修改时间: |
2018-07-23 20:37:55 |
| 包类型: |
jar |
| 标题: |
Spring Boot Test |
| 描述: |
Spring Boot Test |
| 相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-test |
| 大小: |
190.53KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.boot:spring-boot-test:2.0.1.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>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.0.1.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.0.1.RELEASE</version>
<name>Spring Boot Test</name>
<description>Spring Boot Test</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-test</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Pivotal</name>
<email>info@pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git/spring-boot-test</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/spring-boot-test</developerConnection>
<url>http://github.com/spring-projects/spring-boot/spring-boot-test</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.7.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.json.bind</groupId>
<artifactId>javax.json.bind-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.31</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.2.31</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.15.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.29.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.0.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.29</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver.class
org.springframework.boot.test.web.client.TestRestTemplate$NoOpResponseErrorHandler.class
org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer$TestRestTemplateFactory.class
org.springframework.boot.test.mock.mockito.SpyDefinition$SpringAopBypassingVerificationStartedListener.class
org.springframework.boot.test.mock.mockito.SpyBeans.class
org.springframework.boot.test.mock.mockito.MockitoPostProcessor.class
META-INF/spring-boot-test.kotlin_module
org.springframework.boot.test.web.htmlunit.LocalHostWebClient.class
org.springframework.boot.test.web.client.RootUriRequestExpectationManager$ReplaceUriClientHttpRequest.class
org.springframework.boot.test.web.client.TestRestTemplateExtensionsKt$exchange$3.class
org.springframework.boot.test.web.client.TestRestTemplateExtensionsKt.class
org.springframework.boot.test.util.TestPropertyValues$SystemPropertiesHandler.class
org.springframework.boot.test.util.ApplicationContextTestUtils.class
org.springframework.boot.test.util.TestPropertyValues.class
org.springframework.boot.test.util.EnvironmentTestUtils.class
org.springframework.boot.test.rule.OutputCapture$AnsiOutputControl.class
org.springframework.boot.test.rule.OutputCapture.class
org.springframework.boot.test.context.TestConfiguration.class
org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer.class
org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizerFactory.class
org.springframework.boot.test.context.SpringBootConfigurationFinder$Cache.class
org.springframework.boot.test.context.assertj.AssertProviderApplicationContextInvocationHandler.class
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider.class
org.springframework.boot.test.context.assertj.ApplicationContextAssert$Scope$2.class
org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext.class
org.springframework.boot.test.context.assertj.ApplicationContextAssert$1.class
org.springframework.boot.test.mock.mockito.MockitoContextCustomizer.class
org.springframework.boot.test.mock.mockito.SpyBean.class
org.springframework.boot.test.mock.mockito.DefinitionsParser.class
org.springframework.boot.test.mock.mockito.MockitoContextCustomizerFactory.class
org.springframework.boot.test.mock.mockito.SpyDefinition.class
org.springframework.boot.test.mock.web.SpringBootMockServletContext.class
org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer.class
org.springframework.boot.test.web.client.TestRestTemplateExtensionsKt$exchange$4.class
org.springframework.boot.test.web.client.TestRestTemplateContextCustomizerFactory.class
org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizerFactory.class
org.springframework.boot.test.web.client.RootUriRequestExpectationManager.class
org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer.class
org.springframework.boot.test.web.client.TestRestTemplate.class
org.springframework.boot.test.util.TestPropertyValues$Pair.class
org.springframework.boot.test.util.TestPropertyValues$Type.class
org.springframework.boot.test.rule.OutputCapture$CaptureOutputStream.class
org.springframework.boot.test.rule.OutputCapture$1.class
org.springframework.boot.test.rule.OutputCapture$AnsiPresentOutputControl.class
org.springframework.boot.test.context.ImportsContextCustomizer$JavaLangAnnotationFilter.class
org.springframework.boot.test.context.filter.TestTypeExcludeFilter.class
org.springframework.boot.test.context.ImportsContextCustomizer$ImportsCleanupPostProcessor.class
org.springframework.boot.test.context.assertj.AssertableApplicationContext.class
org.springframework.boot.test.context.assertj.ApplicationContextAssert$Scope$1.class
org.springframework.boot.test.context.assertj.ApplicationContextAssert.class
org.springframework.boot.test.context.assertj.AssertableWebApplicationContext.class
org.springframework.boot.test.context.assertj.ApplicationContextAssert$Scope.class
org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer$WebTestClientRegistrar.class
org.springframework.boot.test.web.client.TestRestTemplate$1.class
org.springframework.boot.test.web.client.TestRestTemplate$CustomHttpComponentsClientHttpRequestFactory.class
org.springframework.boot.test.web.client.TestRestTemplateExtensionsKt$exchange$1.class
org.springframework.boot.test.context.assertj.ApplicationContextAssert$ContextFailedToStart.class
org.springframework.boot.test.context.SpringBootContextLoader$ParentContextApplicationContextInitializer.class
org.springframework.boot.test.context.FilteredClassLoader$ClassFilter.class
org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class
org.springframework.boot.test.context.ImportsContextCustomizer.class
org.springframework.boot.test.context.SpringBootConfigurationFinder.class
org.springframework.boot.test.context.ImportsContextCustomizerFactory.class
org.springframework.boot.test.context.ImportsContextCustomizer$KotlinAnnotationFilter.class
org.springframework.boot.test.context.ImportsContextCustomizer$1.class
org.springframework.boot.test.context.SpringBootTest$WebEnvironment.class
org.springframework.boot.test.context.runner.ContextConsumer.class
org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner.class
org.springframework.boot.test.context.runner.WebApplicationContextRunner.class
org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.class
org.springframework.boot.test.context.runner.ApplicationContextRunner.class
org.springframework.boot.test.context.SpringBootContextLoader$WebConfigurer.class
org.springframework.boot.test.context.ImportsContextCustomizer$AnnotationFilter.class
org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration.class
org.springframework.boot.test.context.ImportsContextCustomizer$ContextCustomizerKey.class
org.springframework.boot.test.context.SpringBootContextLoader.class
org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor.class
org.springframework.boot.test.context.SpringBootContextLoader$ContextCustomizerAdapter.class
org.springframework.boot.test.context.FilteredClassLoader.class
org.springframework.boot.test.context.ImportsContextCustomizer$ImportsSelector.class
org.springframework.boot.test.context.TestComponent.class
org.springframework.boot.test.context.FilteredClassLoader$PackageFilter.class
org.springframework.boot.test.context.SpringBootContextLoader$ReactiveWebConfigurer.class
org.springframework.boot.test.context.SpringBootTest.class
org.springframework.boot.test.context.ImportsContextCustomizer$ImportsConfiguration.class
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer.class
org.springframework.boot.test.context.ImportsContextCustomizer$SpockAnnotationFilter.class
org.springframework.boot.test.context.SpringBootContextLoader$1.class
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer$1.class
org.springframework.boot.test.json.JacksonTester.class
org.springframework.boot.test.json.GsonTester$GsonFieldInitializer.class
org.springframework.boot.test.json.JacksonTester$JacksonFieldInitializer.class
org.springframework.boot.test.json.JsonContent.class
org.springframework.boot.test.json.AbstractJsonMarshalTester.class
org.springframework.boot.test.json.GsonTester.class
org.springframework.boot.test.json.JsonContentAssert$JsonPathValue.class
org.springframework.boot.test.json.BasicJsonTester.class
org.springframework.boot.test.json.JsonLoader.class
org.springframework.boot.test.json.JsonbTester$JsonbFieldInitializer.class
org.springframework.boot.test.json.JsonbTester.class
org.springframework.boot.test.json.AbstractJsonMarshalTester$FieldInitializer.class
org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$1.class
org.springframework.boot.test.json.ObjectContentAssert.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-boot-2.0.1.RELEASE.jar
/org.springframework.boot/spring-boot/2.0.1.RELEASE
查看spring-boot所有版本文件
jackson-databind-2.9.5.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.5
查看jackson-databind所有版本文件
gson-2.8.2.jar
/com.google.code.gson/gson/2.8.2
查看gson所有版本文件
json-path-2.4.0.jar
/com.jayway.jsonpath/json-path/2.4.0
查看json-path所有版本文件
reactor-netty-0.7.6.RELEASE.jar
/io.projectreactor.ipc/reactor-netty/0.7.6.RELEASE
查看reactor-netty所有版本文件
javax.json.bind-api-1.0.jar
/javax.json.bind/javax.json.bind-api/1.0
查看javax.json.bind-api所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
httpclient-4.5.5.jar
/org.apache.httpcomponents/httpclient/4.5.5
查看httpclient所有版本文件
assertj-core-3.9.1.jar
/org.assertj/assertj-core/3.9.1
查看assertj-core所有版本文件
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
kotlin-stdlib-1.2.31.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.2.31
查看kotlin-stdlib所有版本文件
kotlin-reflect-1.2.31.jar
/org.jetbrains.kotlin/kotlin-reflect/1.2.31
查看kotlin-reflect所有版本文件
mockito-core-2.15.0.jar
/org.mockito/mockito-core/2.15.0
查看mockito-core所有版本文件
jsonassert-1.5.0.jar
/org.skyscreamer/jsonassert/1.5.0
查看jsonassert所有版本文件
htmlunit-driver-2.29.3.jar
/org.seleniumhq.selenium/htmlunit-driver/2.29.3
查看htmlunit-driver所有版本文件
selenium-api-3.9.1.jar
/org.seleniumhq.selenium/selenium-api/3.9.1
查看selenium-api所有版本文件
spring-test-5.0.5.RELEASE.jar
/org.springframework/spring-test/5.0.5.RELEASE
查看spring-test所有版本文件
spring-web-5.0.5.RELEASE.jar
/org.springframework/spring-web/5.0.5.RELEASE
查看spring-web所有版本文件
spring-webflux-5.0.5.RELEASE.jar
/org.springframework/spring-webflux/5.0.5.RELEASE
查看spring-webflux所有版本文件
htmlunit-2.29.jar
/net.sourceforge.htmlunit/htmlunit/2.29
查看htmlunit所有版本文件
|