MVN

org.springframework.boot.experimental : spring-boot-thin-wrapper

Maven & Gradle

Jun 15, 2023
2 usages
15 stars

Thin Wrapper · Bootstrap wrapper for launching a thin Boot jar

<dependency>
    <groupId>org.springframework.boot.experimental</groupId>
    <artifactId>spring-boot-thin-wrapper</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-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30.RELEASE

All Versions

Choose a version of org.springframework.boot.experimental : spring-boot-thin-wrapper to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following org.springframework.boot.experimental : spring-boot-thin-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.boot.experimental : spring-boot-thin-wrapper gradle dependency to your build.gradle file:

implementation 'org.springframework.boot.experimental:spring-boot-thin-wrapper:1.0.30.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.boot.experimental : spring-boot-thin-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.boot.experimental:spring-boot-thin-wrapper:1.0.30.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.boot.experimental : spring-boot-thin-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-wrapper" % "1.0.30.RELEASE"