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

compile

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

|-- org.springframework:spring-context:5.0.5.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.9.5

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

|-- com.googlecode.json-simple:json-simple:1.1.1

|-- com.samskivert:jmustache:1.14

|-- com.sendgrid:sendgrid-java:4.1.2

|-- com.zaxxer:HikariCP:2.7.8

|-- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE

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

|-- javax.jms:javax.jms-api:2.0.1

|-- javax.servlet:javax.servlet-api:3.1.0

|-- junit:junit:4.12

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

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

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

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

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

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

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

|-- org.assertj:assertj-core:3.9.1

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

|-- org.codehaus.groovy:groovy:2.4.15

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

|-- org.eclipse.jetty:jetty-servlets:9.4.9.v20180320

|-- org.eclipse.jetty:jetty-util:9.4.9.v20180320

|-- org.eclipse.jetty:jetty-webapp:9.4.9.v20180320

|-- org.eclipse.jetty:jetty-alpn-conscrypt-server:9.4.9.v20180320

|-- org.eclipse.jetty.http2:http2-server:9.4.9.v20180320

|-- org.hamcrest:hamcrest-library:1.3

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

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

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

|-- org.jboss.narayana.jta:jdbc:5.8.0.Final

|-- org.jboss.narayana.jta:jms:5.8.0.Final

|-- org.jboss.narayana.jta:jta:5.8.0.Final

|-- org.jboss.narayana.jts:narayana-jts-integration:5.8.0.Final

|-- org.liquibase:liquibase-core:3.5.5

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

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

|-- org.slf4j:slf4j-api:1.7.25

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

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

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

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

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

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

|-- org.yaml:snakeyaml:1.19

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

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

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