GroupId | GroupIdco.abit.boot |
---|---|
ArtifactId | ArtifactIdboot-starter-parent |
Version | Version2.1.27 |
Type | Typepom |
Filename | Size |
---|---|
boot-starter-parent-2.1.27.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/ -->
<dependency>
<groupId>co.abit.boot</groupId>
<artifactId>boot-starter-parent</artifactId>
<version>2.1.27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/
implementation 'co.abit.boot:boot-starter-parent:2.1.27'
// https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/
implementation ("co.abit.boot:boot-starter-parent:2.1.27")
'co.abit.boot:boot-starter-parent:pom:2.1.27'
<dependency org="co.abit.boot" name="boot-starter-parent" rev="2.1.27">
<artifact name="boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.abit.boot', module='boot-starter-parent', version='2.1.27')
)
libraryDependencies += "co.abit.boot" % "boot-starter-parent" % "2.1.27"
[co.abit.boot/boot-starter-parent "2.1.27"]