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