License |
License |
---|---|
GroupId | GroupIdcom.github.luues.boot |
ArtifactId | ArtifactIdboot-parent |
Last Version | Last Version1.0.1.8.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionboot
boot parent
|
Filename | Size |
---|---|
boot-parent-1.0.1.8.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues.boot/boot-parent/ -->
<dependency>
<groupId>com.github.luues.boot</groupId>
<artifactId>boot-parent</artifactId>
<version>1.0.1.8.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues.boot/boot-parent/
implementation 'com.github.luues.boot:boot-parent:1.0.1.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues.boot/boot-parent/
implementation ("com.github.luues.boot:boot-parent:1.0.1.8.RELEASE")
'com.github.luues.boot:boot-parent:pom:1.0.1.8.RELEASE'
<dependency org="com.github.luues.boot" name="boot-parent" rev="1.0.1.8.RELEASE">
<artifact name="boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luues.boot', module='boot-parent', version='1.0.1.8.RELEASE')
)
libraryDependencies += "com.github.luues.boot" % "boot-parent" % "1.0.1.8.RELEASE"
[com.github.luues.boot/boot-parent "1.0.1.8.RELEASE"]