MVN

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

Maven & Gradle

Jun 15, 2023
15 stars

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

<dependency>
    <groupId>org.springframework.boot.experimental</groupId>
    <artifactId>spring-boot-thin-launcher-parent</artifactId>
    <version>1.0.30.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot.experimental : spring-boot-thin-launcher-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.30.RELEASE

All Versions

Choose a version of org.springframework.boot.experimental : spring-boot-thin-launcher-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-thin-launcher-parent-1.0.30.RELEASE
spring-boot-thin-launcher-parent-1.0.29.RELEASE
spring-boot-thin-launcher-parent-1.0.28.RELEASE
spring-boot-thin-launcher-parent-1.0.27.RELEASE
spring-boot-thin-launcher-parent-1.0.26.RELEASE
spring-boot-thin-launcher-parent-1.0.25.RELEASE
spring-boot-thin-launcher-parent-1.0.24.RELEASE
spring-boot-thin-launcher-parent-1.0.23.RELEASE
spring-boot-thin-launcher-parent-1.0.22.RELEASE
spring-boot-thin-launcher-parent-1.0.21.RELEASE
spring-boot-thin-launcher-parent-1.0.20.RELEASE
spring-boot-thin-launcher-parent-1.0.19.RELEASE
spring-boot-thin-launcher-parent-1.0.18.RELEASE
spring-boot-thin-launcher-parent-1.0.17.RELEASE
spring-boot-thin-launcher-parent-1.0.16.RELEASE
spring-boot-thin-launcher-parent-1.0.15.RELEASE
spring-boot-thin-launcher-parent-1.0.14.RELEASE
spring-boot-thin-launcher-parent-1.0.13.RELEASE
spring-boot-thin-launcher-parent-1.0.12.RELEASE
spring-boot-thin-launcher-parent-1.0.11.RELEASE
spring-boot-thin-launcher-parent-1.0.10.RELEASE
spring-boot-thin-launcher-parent-1.0.9.RELEASE
spring-boot-thin-launcher-parent-1.0.8.RELEASE
spring-boot-thin-launcher-parent-1.0.7.RELEASE
spring-boot-thin-launcher-parent-1.0.6.RELEASE
spring-boot-thin-launcher-parent-1.0.5.RELEASE
spring-boot-thin-launcher-parent-1.0.4.RELEASE
spring-boot-thin-launcher-parent-1.0.3.RELEASE
spring-boot-thin-launcher-parent-1.0.2.RELEASE
spring-boot-thin-launcher-parent-1.0.1.RELEASE
spring-boot-thin-launcher-parent-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.boot.experimental</groupId>
    <artifactId>spring-boot-thin-launcher-parent</artifactId>
    <version>1.0.30.RELEASE</version>
</dependency>

Advertisement