| 组织ID: |
org.springframework.boot |
| 项目ID: |
spring-boot-test-autoconfigure |
| 版本: |
2.1.6.RELEASE |
| 最后修改时间: |
2019-06-19 12:42:22 |
| 包类型: |
jar |
| 标题: |
Spring Boot Test Auto-Configure |
| 描述: |
Spring Boot Test Auto-Configure |
| 相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-test-autoconfigure |
| 大小: |
168.00KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<version>2.1.6.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.boot:spring-boot-test-autoconfigure:2.1.6.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.1.6.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<version>2.1.6.RELEASE</version>
<name>Spring Boot Test Auto-Configure</name>
<description>Spring Boot Test Auto-Configure</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-test-autoconfigure</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://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>https://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git/spring-boot-test-autoconfigure</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/spring-boot-test-autoconfigure</developerConnection>
<url>https://github.com/spring-projects/spring-boot/spring-boot-test-autoconfigure</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-test</artifactId>
<version>2.1.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.1.6.RELEASE</version>
<scope>compile</scope>
</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>4.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</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.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.33</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.3.10.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<groupId>org.jboss.spec.javax.transaction</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.33.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>3.14.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>5.1.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.1.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.1.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.1.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.1.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>1.0.9.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.1.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>aspectjrt</artifactId>
<groupId>org.aspectj</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>2.1.9.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>2.1.9.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>5.1.9.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.1.9.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-restassured</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-webtestclient</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.1.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>5.1.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.21</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-async</artifactId>
<version>3.8.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>1.9.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring-configuration-metadata.json
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration$EmbeddedDataSourceBeanFactoryPostProcessor.class
org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer.class
org.springframework.boot.test.autoconfigure.json.JsonExcludeFilter.class
META-INF/spring.factories
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope.class
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener.class
org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.client.RestClientTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.web.client.RestClientTest.class
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureWebClient.class
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureMockRestServiceServer.class
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration$DeferredRequestExpectationManager.class
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.client.RestClientExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.web.client.RestClientExcludeFilter.class
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient.class
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientSecurityConfiguration.class
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest.class
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration.class
org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$1.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler$LinesPrintingResultHandler$Printer.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration$MockMvcDispatcherServletCustomizer.class
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest.class
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebFlux.class
org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.data.ldap.AutoConfigureDataLdap.class
org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration$EmbeddedDataSourceFactory.class
org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping.class
org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor.class
org.springframework.boot.test.autoconfigure.json.JsonExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.json.AutoConfigureJson.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JacksonJsonTestersConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler$LinesPrintingResultHandler.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler.class
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureWebMvc.class
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.data.neo4j.AutoConfigureDataNeo4j.class
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest.class
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest.class
org.springframework.boot.test.autoconfigure.data.redis.AutoConfigureDataRedis.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JsonTesterFactoryBean.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$1.class
org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWriter.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration.class
org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer.class
org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$DeferredLinesWriter.class
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest.class
org.springframework.boot.test.autoconfigure.data.mongo.AutoConfigureDataMongo.class
org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest.class
org.springframework.boot.test.autoconfigure.data.jdbc.AutoConfigureDataJdbc.class
org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter$FilterType.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JsonMarshalTestersBeanPostProcessor.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LoggingLinesWriter.class
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JsonbJsonTesterConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$FilterRegistrationBeans.class
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest.class
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration$SecurityMockMvcBuilderCustomizer$1.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration$SecurityMockMvcBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$1.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory.class
org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration$EmbeddedDataSourceFactoryBean.class
org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource.class
org.springframework.boot.test.autoconfigure.json.JsonTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.jooq.JooqTest.class
org.springframework.boot.test.autoconfigure.jooq.AutoConfigureJooq.class
org.springframework.boot.test.autoconfigure.jooq.JooqTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.jooq.JooqTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.jooq.JooqTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest.class
org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureDataJpa.class
org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureTestEntityManager.class
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$FilterRegistrationBeans$FilterRegistrationBeanAdapter.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$1.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$SystemLinesWriter.class
org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizerFactory.class
org.springframework.boot.test.autoconfigure.filter.FilterAnnotations$1.class
org.springframework.boot.test.autoconfigure.filter.FilterAnnotations.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer$1.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer.class
org.springframework.boot.test.autoconfigure.core.AutoConfigureCache.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener$DocumentationHandler.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-boot-test-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot-test/2.1.6.RELEASE
查看spring-boot-test所有版本文件
spring-boot-autoconfigure-2.1.6.RELEASE.jar
/org.springframework.boot/spring-boot-autoconfigure/2.1.6.RELEASE
查看spring-boot-autoconfigure所有版本文件
javax.json.bind-api-1.0.jar
/javax.json.bind/javax.json.bind-api/1.0
查看javax.json.bind-api所有版本文件
javax.servlet-api-4.0.1.jar
/javax.servlet/javax.servlet-api/4.0.1
查看javax.servlet-api所有版本文件
javax.transaction-api-1.3.jar
/javax.transaction/javax.transaction-api/1.3
查看javax.transaction-api所有版本文件
jackson-databind-2.9.9.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.9
查看jackson-databind所有版本文件
gson-2.8.5.jar
/com.google.code.gson/gson/2.8.5
查看gson所有版本文件
json-path-2.4.0.jar
/com.jayway.jsonpath/json-path/2.4.0
查看json-path所有版本文件
rest-assured-3.1.1.jar
/io.rest-assured/rest-assured/3.1.1
查看rest-assured所有版本文件
htmlunit-2.33.jar
/net.sourceforge.htmlunit/htmlunit/2.33
查看htmlunit所有版本文件
hibernate-core-5.3.10.Final.jar
/org.hibernate/hibernate-core/5.3.10.Final
查看hibernate-core所有版本文件
junit-jupiter-api-5.3.2.jar
/org.junit.jupiter/junit-jupiter-api/5.3.2
查看junit-jupiter-api所有版本文件
htmlunit-driver-2.33.0.jar
/org.seleniumhq.selenium/htmlunit-driver/2.33.0
查看htmlunit-driver所有版本文件
selenium-api-3.14.0.jar
/org.seleniumhq.selenium/selenium-api/3.14.0
查看selenium-api所有版本文件
spring-orm-5.1.8.RELEASE.jar
/org.springframework/spring-orm/5.1.8.RELEASE
查看spring-orm所有版本文件
spring-test-5.1.8.RELEASE.jar
/org.springframework/spring-test/5.1.8.RELEASE
查看spring-test所有版本文件
spring-web-5.1.8.RELEASE.jar
/org.springframework/spring-web/5.1.8.RELEASE
查看spring-web所有版本文件
spring-webmvc-5.1.8.RELEASE.jar
/org.springframework/spring-webmvc/5.1.8.RELEASE
查看spring-webmvc所有版本文件
spring-webflux-5.1.8.RELEASE.jar
/org.springframework/spring-webflux/5.1.8.RELEASE
查看spring-webflux所有版本文件
spring-data-jdbc-1.0.9.RELEASE.jar
/org.springframework.data/spring-data-jdbc/1.0.9.RELEASE
查看spring-data-jdbc所有版本文件
spring-data-jpa-2.1.9.RELEASE.jar
/org.springframework.data/spring-data-jpa/2.1.9.RELEASE
查看spring-data-jpa所有版本文件
spring-data-ldap-2.1.9.RELEASE.jar
/org.springframework.data/spring-data-ldap/2.1.9.RELEASE
查看spring-data-ldap所有版本文件
spring-data-mongodb-2.1.9.RELEASE.jar
/org.springframework.data/spring-data-mongodb/2.1.9.RELEASE
查看spring-data-mongodb所有版本文件
spring-data-neo4j-5.1.9.RELEASE.jar
/org.springframework.data/spring-data-neo4j/5.1.9.RELEASE
查看spring-data-neo4j所有版本文件
spring-data-redis-2.1.9.RELEASE.jar
/org.springframework.data/spring-data-redis/2.1.9.RELEASE
查看spring-data-redis所有版本文件
spring-restdocs-mockmvc-2.0.3.RELEASE.jar
/org.springframework.restdocs/spring-restdocs-mockmvc/2.0.3.RELEASE
查看spring-restdocs-mockmvc所有版本文件
spring-restdocs-restassured-2.0.3.RELEASE.jar
/org.springframework.restdocs/spring-restdocs-restassured/2.0.3.RELEASE
查看spring-restdocs-restassured所有版本文件
spring-restdocs-webtestclient-2.0.3.RELEASE.jar
/org.springframework.restdocs/spring-restdocs-webtestclient/2.0.3.RELEASE
查看spring-restdocs-webtestclient所有版本文件
spring-security-config-5.1.5.RELEASE.jar
/org.springframework.security/spring-security-config/5.1.5.RELEASE
查看spring-security-config所有版本文件
spring-security-test-5.1.5.RELEASE.jar
/org.springframework.security/spring-security-test/5.1.5.RELEASE
查看spring-security-test所有版本文件
tomcat-embed-core-9.0.21.jar
/org.apache.tomcat.embed/tomcat-embed-core/9.0.21
查看tomcat-embed-core所有版本文件
mongodb-driver-async-3.8.2.jar
/org.mongodb/mongodb-driver-async/3.8.2
查看mongodb-driver-async所有版本文件
mongodb-driver-reactivestreams-1.9.2.jar
/org.mongodb/mongodb-driver-reactivestreams/1.9.2
查看mongodb-driver-reactivestreams所有版本文件
|