is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-gradle-plugin 2.2.0.RELEASE

Spring Boot Gradle Plugin

Categories

Categories

Spring Boot Container Microservices Gradle Build Tools
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-gradle-plugin
Version

Version

2.2.0.RELEASE
Type

Type

pom

Download spring-boot-gradle-plugin 2.2.0.RELEASE


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