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