не последняя версия
Последняя версия 1.0.28.RELEASE

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

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

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.springframework.boot.experimental
Идентификатор

Идентификатор

spring-boot-thin-launcher-parent
Версия

Версия

1.0.23.RELEASE
Тип

Тип

pom

Скачать spring-boot-thin-launcher-parent 1.0.23.RELEASE


<!-- 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.23.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.23.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.23.RELEASE")
'org.springframework.boot.experimental:spring-boot-thin-launcher-parent:pom:1.0.23.RELEASE'
<dependency org="org.springframework.boot.experimental" name="spring-boot-thin-launcher-parent" rev="1.0.23.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.23.RELEASE')
)
libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-launcher-parent" % "1.0.23.RELEASE"
[org.springframework.boot.experimental/spring-boot-thin-launcher-parent "1.0.23.RELEASE"]