Files download
File Operation
spring-boot-2.2.2.RELEASE.jar download
spring-boot-2.2.2.RELEASE.pom download
spring-boot-2.2.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot</artifactId>
  <version>2.2.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot:2.2.2.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot:2.2.2.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot" % "2.2.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot', version='2.2.2.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot" rev="2.2.2.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot "2.2.2.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot:jar:2.2.2.RELEASE'
Dependencies
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>2.2.2.RELEASE</version>
</parent>

compile

|-- org.springframework:spring-core:5.2.2.RELEASE

|-- org.springframework:spring-context:5.2.2.RELEASE

|-- ch.qos.logback:logback-classic:1.2.3

|-- com.atomikos:transactions-jdbc:4.0.6

|-- com.atomikos:transactions-jms:4.0.6

|-- com.atomikos:transactions-jta:4.0.6

|-- com.fasterxml.jackson.core:jackson-databind:2.10.1

|-- com.google.code.gson:gson:2.8.6

|-- com.oracle.ojdbc:ojdbc8:19.3.0.0

|-- com.samskivert:jmustache:1.15

|-- com.sendgrid:sendgrid-java:4.4.1

|-- com.zaxxer:HikariCP:3.4.1

|-- io.projectreactor.netty:reactor-netty:0.9.2.RELEASE

|-- io.netty:netty-tcnative-boringssl-static:2.0.28.Final

|-- io.rsocket:rsocket-core:1.0.0-RC5

|-- io.rsocket:rsocket-transport-netty:1.0.0-RC5

|-- io.undertow:undertow-servlet:2.0.28.Final

|-- jakarta.jms:jakarta.jms-api:2.0.3

|-- jakarta.servlet:jakarta.servlet-api:4.0.3

|-- jakarta.validation:jakarta.validation-api:2.0.1

|-- junit:junit:4.12

|-- org.apache.commons:commons-dbcp2:2.7.0

|-- org.apache.httpcomponents:httpclient:4.5.10

|-- org.apache.logging.log4j:log4j-api:2.12.1

|-- org.apache.logging.log4j:log4j-core:2.12.1

|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.29

|-- org.apache.tomcat.embed:tomcat-embed-jasper:9.0.29

|-- org.apache.tomcat:tomcat-jdbc:9.0.29

|-- org.assertj:assertj-core:3.13.2

|-- org.codehaus.btm:btm:2.1.4

|-- org.codehaus.groovy:groovy:2.5.8

|-- org.codehaus.groovy:groovy-xml:2.5.8

|-- org.eclipse.jetty:jetty-servlets:9.4.24.v20191120

|-- org.eclipse.jetty:jetty-util:9.4.24.v20191120

|-- org.eclipse.jetty:jetty-webapp:9.4.24.v20191120

|-- org.eclipse.jetty:jetty-alpn-conscrypt-server:9.4.24.v20191120

|-- org.eclipse.jetty.http2:http2-server:9.4.24.v20191120

|-- org.hamcrest:hamcrest:2.1

|-- org.hibernate:hibernate-core:5.4.9.Final

|-- org.hibernate.validator:hibernate-validator:6.0.18.Final

|-- org.jboss:jboss-transaction-spi:7.6.0.Final

|-- org.liquibase:liquibase-core:3.8.2

|-- org.neo4j:neo4j-ogm-core:3.2.3

|-- org.slf4j:jul-to-slf4j:1.7.29

|-- org.slf4j:slf4j-api:1.7.29

|-- org.springframework:spring-messaging:5.2.2.RELEASE

|-- org.springframework:spring-orm:5.2.2.RELEASE

|-- org.springframework:spring-oxm:5.2.2.RELEASE

|-- org.springframework:spring-test:5.2.2.RELEASE

|-- org.springframework:spring-web:5.2.2.RELEASE

|-- org.springframework:spring-webflux:5.2.2.RELEASE

|-- org.springframework:spring-webmvc:5.2.2.RELEASE

|-- org.springframework.security:spring-security-web:5.2.1.RELEASE

|-- org.springframework.ws:spring-ws-core:3.0.8.RELEASE

|-- org.yaml:snakeyaml:1.25

|-- org.jetbrains.kotlin:kotlin-reflect:1.3.61

|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.61

|-- org.springframework.boot:spring-boot-configuration-processor:2.2.2.RELEASE