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