| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdicu.easyj.boot |
| ArtifactId | ArtifactIdeasyj-spring-boot-starter |
| Version | Version0.6.3 |
| Type | Typejar |
| Description |
Descriptionicu.easyj.boot :: easyj-spring-boot-starter
EasyJ的基础starter
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easyj-spring-boot-starter-0.6.3.pom | |
| easyj-spring-boot-starter-0.6.3.jar | 432 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starter/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-starter</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starter/
implementation 'icu.easyj.boot:easyj-spring-boot-starter:0.6.3'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starter/
implementation ("icu.easyj.boot:easyj-spring-boot-starter:0.6.3")
'icu.easyj.boot:easyj-spring-boot-starter:jar:0.6.3'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-starter" rev="0.6.3">
<artifact name="easyj-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-starter', version='0.6.3')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-starter" % "0.6.3"
[icu.easyj.boot/easyj-spring-boot-starter "0.6.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| icu.easyj.boot : easyj-spring-boot-autoconfigure | jar | 0.6.3 |
| icu.easyj.boot : easyj-spring-boot-environment-enhanced | jar | 0.6.3 |
| org.springframework.boot : spring-boot-starter | jar | 2.7.0 |