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