License |
License |
---|---|
Categories |
CategoriesSentinel Container Microservices |
GroupId | GroupIddev.taie.sentinel |
ArtifactId | ArtifactIdsentinel-spring-cloud-gateway-adapter |
Last Version | Last Version1.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe adapters of Sentinel
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/dev.taie.sentinel/sentinel-spring-cloud-gateway-adapter/ -->
<dependency>
<groupId>dev.taie.sentinel</groupId>
<artifactId>sentinel-spring-cloud-gateway-adapter</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.taie.sentinel/sentinel-spring-cloud-gateway-adapter/
implementation 'dev.taie.sentinel:sentinel-spring-cloud-gateway-adapter:1.8.3'
// https://jarcasting.com/artifacts/dev.taie.sentinel/sentinel-spring-cloud-gateway-adapter/
implementation ("dev.taie.sentinel:sentinel-spring-cloud-gateway-adapter:1.8.3")
'dev.taie.sentinel:sentinel-spring-cloud-gateway-adapter:jar:1.8.3'
<dependency org="dev.taie.sentinel" name="sentinel-spring-cloud-gateway-adapter" rev="1.8.3">
<artifact name="sentinel-spring-cloud-gateway-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.taie.sentinel', module='sentinel-spring-cloud-gateway-adapter', version='1.8.3')
)
libraryDependencies += "dev.taie.sentinel" % "sentinel-spring-cloud-gateway-adapter" % "1.8.3"
[dev.taie.sentinel/sentinel-spring-cloud-gateway-adapter "1.8.3"]
Group / Artifact | Type | Version |
---|---|---|
dev.taie.sentinel : sentinel-api-gateway-adapter-common | jar | 1.8.3 |
dev.taie.sentinel : sentinel-reactor-adapter | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-gateway-core | jar | 2.1.1.RELEASE |
org.springframework : spring-webflux | jar | 5.1.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter-gateway | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.12.1 |
org.mockito : mockito-core | jar | 2.28.2 |