License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.springframework.boot.experimental |
ArtifactId | ArtifactIdspring-boot-thin-launcher-parent |
Last Version | Last Version1.0.28.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThin Launcher Parent
Tools for working with "thin" executable jars that can download their own dependendies, either at runtime or build time
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-thin-launcher-parent-1.0.28.RELEASE.pom | 13 KB |
Browse |
<!-- 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.28.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.28.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.28.RELEASE")
'org.springframework.boot.experimental:spring-boot-thin-launcher-parent:pom:1.0.28.RELEASE'
<dependency org="org.springframework.boot.experimental" name="spring-boot-thin-launcher-parent" rev="1.0.28.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.28.RELEASE')
)
libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-launcher-parent" % "1.0.28.RELEASE"
[org.springframework.boot.experimental/spring-boot-thin-launcher-parent "1.0.28.RELEASE"]