MVN

com.alibaba.csp : sentinel-spring-webmvc-adapter

Maven & Gradle

Oct 26, 2022
22 usages
<dependency>
    <groupId>com.alibaba.csp</groupId>
    <artifactId>sentinel-spring-webmvc-adapter</artifactId>
    <version>1.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.csp : sentinel-spring-webmvc-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.6

All Versions

Choose a version of com.alibaba.csp : sentinel-spring-webmvc-adapter to add to Maven or Gradle - All Versions:

  • Version Updated
  • sentinel-spring-webmvc-adapter-1.8.6

    Oct 26, 2022
  • sentinel-spring-webmvc-adapter-1.8.5

    Aug 08, 2022
  • sentinel-spring-webmvc-adapter-1.8.4

    Apr 12, 2022
  • sentinel-spring-webmvc-adapter-1.8.3

    Dec 31, 2021
  • sentinel-spring-webmvc-adapter-1.8.2

    Jul 05, 2021
  • sentinel-spring-webmvc-adapter-1.8.1

    Feb 04, 2021
  • sentinel-spring-webmvc-adapter-1.8.0

    Aug 20, 2020
  • sentinel-spring-webmvc-adapter-1.7.2

    Apr 08, 2020
  • sentinel-spring-webmvc-adapter-1.7.1

    Dec 25, 2019

How to add a dependency to Maven

Add the following com.alibaba.csp : sentinel-spring-webmvc-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.csp</groupId>
    <artifactId>sentinel-spring-webmvc-adapter</artifactId>
    <version>1.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.csp : sentinel-spring-webmvc-adapter gradle dependency to your build.gradle file:

implementation 'com.alibaba.csp:sentinel-spring-webmvc-adapter:1.8.6'

Gradle Kotlin DSL: Add the following com.alibaba.csp : sentinel-spring-webmvc-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.csp:sentinel-spring-webmvc-adapter:1.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.csp : sentinel-spring-webmvc-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.csp" % "sentinel-spring-webmvc-adapter" % "1.8.6"