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

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

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.alibaba.boot
Идентификатор

Идентификатор

spring-boot-web-support
Последняя версия

Последняя версия

1.0.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

Система контроля версий

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

Скачать spring-boot-web-support

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web Необязательный jar
org.springframework : spring-context Необязательный jar
org.springframework : spring-context-support Необязательный jar
org.springframework : spring-webmvc Необязательный jar
com.alibaba.spring : spring-webmvc-support jar 1.0.0.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api Необязательный jar

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar
org.springframework.boot : spring-boot-starter-test jar
org.thymeleaf : thymeleaf-spring5 jar

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0.RELEASE
0.1.0