Files download
File Operation
org.springframework.boot.gradle.plugin-2.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>org.springframework.boot.gradle.plugin</artifactId>
  <version>2.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.4.0'
Gradle Kotlin
implementation("org.springframework.boot:org.springframework.boot.gradle.plugin:2.4.0")
Scala SBT
libraryDependencies += "org.springframework.boot" % "org.springframework.boot.gradle.plugin" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='org.springframework.boot.gradle.plugin', version='2.4.0')
)
Apache Ivy
<dependency org="org.springframework.boot" name="org.springframework.boot.gradle.plugin" rev="2.4.0" />
Leiningen
[org.springframework.boot/org.springframework.boot.gradle.plugin "2.4.0"]
Apache Buildr
'org.springframework.boot:org.springframework.boot.gradle.plugin:jar:2.4.0'