| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-legacy | 
| Version | Version2.1.0.RELEASE | 
| Type | Typejar | 
| Description | DescriptionSpring Boot Legacy Spring Boot web.xml support | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-legacy/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-legacy</artifactId>
    <version>2.1.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-legacy/
implementation 'org.springframework.boot:spring-boot-legacy:2.1.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-legacy/
implementation ("org.springframework.boot:spring-boot-legacy:2.1.0.RELEASE")'org.springframework.boot:spring-boot-legacy:jar:2.1.0.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-legacy" rev="2.1.0.RELEASE">
  <artifact name="spring-boot-legacy" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-legacy', version='2.1.0.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-legacy" % "2.1.0.RELEASE"[org.springframework.boot/spring-boot-legacy "2.1.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.1.3.RELEASE | 
| org.springframework.boot : spring-boot-starter-security Optional | jar | 2.1.3.RELEASE | 
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.3.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |