GroupId | GroupIdicu.easyj.boot |
---|---|
ArtifactId | ArtifactIdboot-starters-parent |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
boot-starters-parent-0.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/boot-starters-parent/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>boot-starters-parent</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/boot-starters-parent/
implementation 'icu.easyj.boot:boot-starters-parent:0.2.0'
// https://jarcasting.com/artifacts/icu.easyj.boot/boot-starters-parent/
implementation ("icu.easyj.boot:boot-starters-parent:0.2.0")
'icu.easyj.boot:boot-starters-parent:pom:0.2.0'
<dependency org="icu.easyj.boot" name="boot-starters-parent" rev="0.2.0">
<artifact name="boot-starters-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='boot-starters-parent', version='0.2.0')
)
libraryDependencies += "icu.easyj.boot" % "boot-starters-parent" % "0.2.0"
[icu.easyj.boot/boot-starters-parent "0.2.0"]