com.alibaba.boot:spring-boot-web-support

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.alibaba.boot
ArtifactId

ArtifactId

spring-boot-web-support
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/alibaba/spring-webmvc-support

Download spring-boot-web-support

How to add to project

<!-- https://jarcasting.com/artifacts/com.alibaba.boot/spring-boot-web-support/ -->
<dependency>
    <groupId>com.alibaba.boot</groupId>
    <artifactId>spring-boot-web-support</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.boot/spring-boot-web-support/
implementation 'com.alibaba.boot:spring-boot-web-support:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.alibaba.boot/spring-boot-web-support/
implementation ("com.alibaba.boot:spring-boot-web-support:1.0.0.RELEASE")
'com.alibaba.boot:spring-boot-web-support:jar:1.0.0.RELEASE'
<dependency org="com.alibaba.boot" name="spring-boot-web-support" rev="1.0.0.RELEASE">
  <artifact name="spring-boot-web-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.boot', module='spring-boot-web-support', version='1.0.0.RELEASE')
)
libraryDependencies += "com.alibaba.boot" % "spring-boot-web-support" % "1.0.0.RELEASE"
[com.alibaba.boot/spring-boot-web-support "1.0.0.RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web Optional jar
org.springframework : spring-context Optional jar
org.springframework : spring-context-support Optional jar
org.springframework : spring-webmvc Optional jar
com.alibaba.spring : spring-webmvc-support jar 1.0.0.RELEASE

provided (1)

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

test (3)

Group / Artifact Type Version
junit : junit jar
org.springframework.boot : spring-boot-starter-test jar
org.thymeleaf : thymeleaf-spring5 jar

Project Modules

There are no modules declared in this project.

spring-webmvc-support

An support project of Spring Web MVC

Dependencies & Compatibility

Dependencies Compatibility
Java 1.6 +
Servlet 2.5 +
Spring Web MVC 3.2 +
Alibaba Spring Context Support 1.0.0 +

Downstream Projects

Release version

<dependencies>

    ......

     <!-- Spring Web MVC -->
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-webmvc</artifactId>
        <version>${spring.framework.version}</version>
    </dependency>

    <!-- Spring Web MVC Support -->
    <dependency>
        <groupId>com.alibaba.spring</groupId>
        <artifactId>spring-webmvc-support</artifactId>
        <version>1.0.0.RELEASE</version>
    </dependency>

    ......

</dependencies>

If your project failed to resolve the dependency, try to add the following repository:

    <repositories>
        <repository>
            <id>sonatype-nexus</id>
            <url>https://oss.sonatype.org/content/repositories/releases</url>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
    </repositories>
com.alibaba.boot

Alibaba

Alibaba Open Source

Versions

Version
1.0.0.RELEASE
0.1.0