| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-starter-web | 
| Version | Version2.1.6.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-boot-starter-web-2.1.6.RELEASE.pom | |
| spring-boot-starter-web-2.1.6.RELEASE.jar | 403 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-web/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-web/
implementation 'org.springframework.boot:spring-boot-starter-web:2.1.6.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-web/
implementation ("org.springframework.boot:spring-boot-starter-web:2.1.6.RELEASE")'org.springframework.boot:spring-boot-starter-web:jar:2.1.6.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="2.1.6.RELEASE">
  <artifact name="spring-boot-starter-web" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='2.1.6.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-starter-web" % "2.1.6.RELEASE"[org.springframework.boot/spring-boot-starter-web "2.1.6.RELEASE"]