com.alibaba.spring:spring-webmvc-support

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

GroupId

GroupId

com.alibaba.spring
ArtifactId

ArtifactId

spring-webmvc-support
Last Version

Last Version

1.0.1
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-webmvc-support

How to add to project

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

Dependencies

compile (4)

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

provided (1)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.springframework : spring-test jar 3.2.18.RELEASE

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.spring

Alibaba

Alibaba Open Source

Versions

Version
1.0.1
1.0.0.RELEASE