Group Id org.springframework.boot
Artifact Id spring-boot-starter
Version 2.3.5.RELEASE
Packaging jar
URL -
Badge
Last Updated 2020-10-29T15:10:44+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.3.5.RELEASE</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.3.5.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter:2.3.5.RELEASE'
implementation("org.springframework.boot:spring-boot-starter:2.3.5.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "2.3.5.RELEASE"
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="2.3.5.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter', version='2.3.5.RELEASE')
)
[org.springframework.boot/spring-boot-starter "2.3.5.RELEASE"]
'org.springframework.boot:spring-boot-starter:2.3.5.RELEASE'