License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.luues |
ArtifactId | ArtifactIdspring-boot |
Last Version | Last Version1.3.0.5.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-boot
parent project module
|
Filename | Size |
---|---|
spring-boot-1.3.0.5.RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues/spring-boot/ -->
<dependency>
<groupId>com.github.luues</groupId>
<artifactId>spring-boot</artifactId>
<version>1.3.0.5.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/spring-boot/
implementation 'com.github.luues:spring-boot:1.3.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/spring-boot/
implementation ("com.github.luues:spring-boot:1.3.0.5.RELEASE")
'com.github.luues:spring-boot:pom:1.3.0.5.RELEASE'
<dependency org="com.github.luues" name="spring-boot" rev="1.3.0.5.RELEASE">
<artifact name="spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='spring-boot', version='1.3.0.5.RELEASE')
)
libraryDependencies += "com.github.luues" % "spring-boot" % "1.3.0.5.RELEASE"
[com.github.luues/spring-boot "1.3.0.5.RELEASE"]