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