Group Id org.springframework.boot
Artifact Id spring-boot-starter
Version 2.6.9
Packaging jar
URL -
Badge
Last Updated 2022-06-23T02:52:08+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter</artifactId>
    <version>2.6.9</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.6.9'
implementation 'org.springframework.boot:spring-boot-starter:2.6.9'
implementation("org.springframework.boot:spring-boot-starter:2.6.9")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "2.6.9"
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="2.6.9"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter', version='2.6.9')
)
[org.springframework.boot/spring-boot-starter "2.6.9"]
'org.springframework.boot:spring-boot-starter:2.6.9'