License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.springframework.boot.experimental |
ArtifactId | ArtifactIdspring-boot-thin-wrapper |
Last Version | Last Version1.0.28.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThin Wrapper
Bootstrap wrapper for launching a thin Boot jar
|
Project Organization |
Project Organization |
<!-- 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.28.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.28.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot.experimental/spring-boot-thin-wrapper/
implementation ("org.springframework.boot.experimental:spring-boot-thin-wrapper:1.0.28.RELEASE")
'org.springframework.boot.experimental:spring-boot-thin-wrapper:jar:1.0.28.RELEASE'
<dependency org="org.springframework.boot.experimental" name="spring-boot-thin-wrapper" rev="1.0.28.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.28.RELEASE')
)
libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-wrapper" % "1.0.28.RELEASE"
[org.springframework.boot.experimental/spring-boot-thin-wrapper "1.0.28.RELEASE"]