Group Id org.springframework.boot
Artifact Id spring-boot-starter
Version 2.2.3.RELEASE
Packaging jar
URL -
Badge
Last Updated 2020-01-16T08:26:53+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.2.3.RELEASE</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.2.3.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter:2.2.3.RELEASE'
implementation("org.springframework.boot:spring-boot-starter:2.2.3.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter" % "2.2.3.RELEASE"
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="2.2.3.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter', version='2.2.3.RELEASE')
)
[org.springframework.boot/spring-boot-starter "2.2.3.RELEASE"]
'org.springframework.boot:spring-boot-starter:2.2.3.RELEASE'