GroupId | GroupIdio.github.byc-smart |
---|---|
ArtifactId | ArtifactIdbyc-boot |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
byc-boot-0.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.byc-smart/byc-boot/ -->
<dependency>
<groupId>io.github.byc-smart</groupId>
<artifactId>byc-boot</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.byc-smart/byc-boot/
implementation 'io.github.byc-smart:byc-boot:0.0.1'
// https://jarcasting.com/artifacts/io.github.byc-smart/byc-boot/
implementation ("io.github.byc-smart:byc-boot:0.0.1")
'io.github.byc-smart:byc-boot:pom:0.0.1'
<dependency org="io.github.byc-smart" name="byc-boot" rev="0.0.1">
<artifact name="byc-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.byc-smart', module='byc-boot', version='0.0.1')
)
libraryDependencies += "io.github.byc-smart" % "byc-boot" % "0.0.1"
[io.github.byc-smart/byc-boot "0.0.1"]