GroupId | GroupIdco.abit.boot |
---|---|
ArtifactId | ArtifactIdboot-starter-parent |
Version | Version2.0.12 |
Type | Typepom |
Filename | Size |
---|---|
boot-starter-parent-2.0.12.pom | 3 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.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/
implementation 'co.abit.boot:boot-starter-parent:2.0.12'
// https://jarcasting.com/artifacts/co.abit.boot/boot-starter-parent/
implementation ("co.abit.boot:boot-starter-parent:2.0.12")
'co.abit.boot:boot-starter-parent:pom:2.0.12'
<dependency org="co.abit.boot" name="boot-starter-parent" rev="2.0.12">
<artifact name="boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.abit.boot', module='boot-starter-parent', version='2.0.12')
)
libraryDependencies += "co.abit.boot" % "boot-starter-parent" % "2.0.12"
[co.abit.boot/boot-starter-parent "2.0.12"]