Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot-starter |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
easyj-spring-boot-starter-0.4.4.pom | |
easyj-spring-boot-starter-0.4.4.jar | 433 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.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starter/
implementation 'icu.easyj.boot:easyj-spring-boot-starter:0.4.4'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starter/
implementation ("icu.easyj.boot:easyj-spring-boot-starter:0.4.4")
'icu.easyj.boot:easyj-spring-boot-starter:jar:0.4.4'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-starter" rev="0.4.4">
<artifact name="easyj-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-starter', version='0.4.4')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-starter" % "0.4.4"
[icu.easyj.boot/easyj-spring-boot-starter "0.4.4"]