Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot-starters |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
easyj-spring-boot-starters-0.1.0.pom | 793 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starters/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-starters</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starters/
implementation 'icu.easyj.boot:easyj-spring-boot-starters:0.1.0'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-starters/
implementation ("icu.easyj.boot:easyj-spring-boot-starters:0.1.0")
'icu.easyj.boot:easyj-spring-boot-starters:pom:0.1.0'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-starters" rev="0.1.0">
<artifact name="easyj-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-starters', version='0.1.0')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-starters" % "0.1.0"
[icu.easyj.boot/easyj-spring-boot-starters "0.1.0"]