s

spring-boot-starter-web

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