Group Id org.springframework.boot
Artifact Id spring-boot-starter
Version 2.4.8
Packaging jar
URL -
Badge
Last Updated 2021-06-24T03:53:21+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.4.8</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.4.8'
implementation 'org.springframework.boot:spring-boot-starter:2.4.8'
implementation("org.springframework.boot:spring-boot-starter:2.4.8")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "2.4.8"
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="2.4.8"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter', version='2.4.8')
)
[org.springframework.boot/spring-boot-starter "2.4.8"]
'org.springframework.boot:spring-boot-starter:2.4.8'