Last Version

Spring Boot Legacy 2.1.0.RELEASE

Spring Boot web.xml support

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-legacy
Version

Version

2.1.0.RELEASE
Type

Type

jar
Description

Description

Spring Boot Legacy
Spring Boot web.xml support
Project URL

Project URL

http://spring.io
Project Organization

Project Organization

Pivotal
Source Code Management

Source Code Management

http://github.com/dsyer/spring-boot-legacy

Download spring-boot-legacy 2.1.0.RELEASE


<!-- 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"]

Dependencies

compile (3)

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

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.