GroupId | GroupIdio.github.jesushai |
---|---|
ArtifactId | ArtifactIdlemon-boot-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
lemon-boot-parent-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jesushai/lemon-boot-parent/ -->
<dependency>
<groupId>io.github.jesushai</groupId>
<artifactId>lemon-boot-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jesushai/lemon-boot-parent/
implementation 'io.github.jesushai:lemon-boot-parent:1.0'
// https://jarcasting.com/artifacts/io.github.jesushai/lemon-boot-parent/
implementation ("io.github.jesushai:lemon-boot-parent:1.0")
'io.github.jesushai:lemon-boot-parent:pom:1.0'
<dependency org="io.github.jesushai" name="lemon-boot-parent" rev="1.0">
<artifact name="lemon-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jesushai', module='lemon-boot-parent', version='1.0')
)
libraryDependencies += "io.github.jesushai" % "lemon-boot-parent" % "1.0"
[io.github.jesushai/lemon-boot-parent "1.0"]