| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdorg.springframework.boot |
| ArtifactId | ArtifactIdorg.springframework.boot.gradle.plugin |
| Version | Version2.7.1 |
| Type | Typepom |
| Description |
DescriptionSpring Boot Gradle Plugin
Spring Boot Gradle Plugin
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| org.springframework.boot.gradle.plugin-2.7.1.pom | 1 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-gradle-plugin | jar | 2.7.1 |