is not current version
Last Version 1.0.28.RELEASE

org.springframework.boot.experimental:spring-boot-thin-launcher-parent 1.0.2.RELEASE

Tools for working with "thin" executable jars that can download their own dependendies, either at runtime or build time

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot.experimental
ArtifactId

ArtifactId

spring-boot-thin-launcher-parent
Version

Version

1.0.2.RELEASE
Type

Type

pom

Download spring-boot-thin-launcher-parent 1.0.2.RELEASE


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