is not current version
Last Version 1.3.0.5.RELEASE

com.github.luues:spring-boot 1.2.9.1.RELEASE

parent project module

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.luues
ArtifactId

ArtifactId

spring-boot
Version

Version

1.2.9.1.RELEASE
Type

Type

pom

Download spring-boot 1.2.9.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.luues/spring-boot/ -->
<dependency>
    <groupId>com.github.luues</groupId>
    <artifactId>spring-boot</artifactId>
    <version>1.2.9.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/spring-boot/
implementation 'com.github.luues:spring-boot:1.2.9.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/spring-boot/
implementation ("com.github.luues:spring-boot:1.2.9.1.RELEASE")
'com.github.luues:spring-boot:pom:1.2.9.1.RELEASE'
<dependency org="com.github.luues" name="spring-boot" rev="1.2.9.1.RELEASE">
  <artifact name="spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='spring-boot', version='1.2.9.1.RELEASE')
)
libraryDependencies += "com.github.luues" % "spring-boot" % "1.2.9.1.RELEASE"
[com.github.luues/spring-boot "1.2.9.1.RELEASE"]