File | Operation |
---|---|
org.springframework.boot.gradle.plugin-3.4.0.pom | download |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>org.springframework.boot.gradle.plugin</artifactId>
<version>3.4.0</version>
<type>pom</type>
</dependency>
implementation 'org.springframework.boot:org.springframework.boot.gradle.plugin:3.4.0'
implementation("org.springframework.boot:org.springframework.boot.gradle.plugin:3.4.0")
libraryDependencies += "org.springframework.boot" % "org.springframework.boot.gradle.plugin" % "3.4.0"
@Grapes(
@Grab(group='org.springframework.boot', module='org.springframework.boot.gradle.plugin', version='3.4.0')
)
<dependency org="org.springframework.boot" name="org.springframework.boot.gradle.plugin" rev="3.4.0" />