| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdicu.easyj.boot |
| ArtifactId | ArtifactIdeasyj-spring-boot-test |
| Last Version | Last Version0.6.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionicu.easyj.boot :: easyj-spring-boot-test
方便引用测试所需的依赖,并提供一些SpringBoot测试所需的类或功能。
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-test/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-test</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-test/
implementation 'icu.easyj.boot:easyj-spring-boot-test:0.6.8'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-test/
implementation ("icu.easyj.boot:easyj-spring-boot-test:0.6.8")
'icu.easyj.boot:easyj-spring-boot-test:jar:0.6.8'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-test" rev="0.6.8">
<artifact name="easyj-spring-boot-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-test', version='0.6.8')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-test" % "0.6.8"
[icu.easyj.boot/easyj-spring-boot-test "0.6.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.7.1 |
| icu.easyj : easyj-all | jar | 0.6.8 |
| icu.easyj : easyj-test | jar | 0.6.8 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.springframework : spring-web | jar | 5.3.21 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |