Last Version

Spring Boot Gradle Plugin 2.7.1

Spring Boot Gradle Plugin

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

org.springframework.boot.gradle.plugin
Version

Version

2.7.1
Type

Type

pom
Description

Description

Spring Boot Gradle Plugin
Spring Boot Gradle Plugin
Project URL

Project URL

https://spring.io/projects/spring-boot
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-boot

Download org.springframework.boot.gradle.plugin 2.7.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-gradle-plugin jar 2.7.1

Project Modules

There are no modules declared in this project.