is not current version
Last Version 1.0.28.RELEASE

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

Bootstrap wrapper for launching a thin Boot jar

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot.experimental
ArtifactId

ArtifactId

spring-boot-thin-wrapper
Version

Version

1.0.12.RELEASE
Type

Type

jar

Download spring-boot-thin-wrapper 1.0.12.RELEASE


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