is not current version
Last Version 1.0.28.RELEASE

org.springframework.boot.experimental:spring-boot-thin-gradle-plugin 1.0.12.RELEASE

Grade plugin for Spring Boot Thin Launcher

Categories

Categories

Spring Boot Container Microservices Gradle Build Tools
GroupId

GroupId

org.springframework.boot.experimental
ArtifactId

ArtifactId

spring-boot-thin-gradle-plugin
Version

Version

1.0.12.RELEASE
Type

Type

jar

Download spring-boot-thin-gradle-plugin 1.0.12.RELEASE


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