License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdwork.wangjw |
ArtifactId | ArtifactIdwjw-reactor-auth |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionwjw-reactor-auth
用于reactor模型网关统一鉴权
|
Filename | Size |
---|---|
wjw-reactor-auth-1.1.0.pom | |
wjw-reactor-auth-1.1.0.jar | 2 KB |
wjw-reactor-auth-1.1.0-sources.jar | 586 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/work.wangjw/wjw-reactor-auth/ -->
<dependency>
<groupId>work.wangjw</groupId>
<artifactId>wjw-reactor-auth</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/work.wangjw/wjw-reactor-auth/
implementation 'work.wangjw:wjw-reactor-auth:1.1.0'
// https://jarcasting.com/artifacts/work.wangjw/wjw-reactor-auth/
implementation ("work.wangjw:wjw-reactor-auth:1.1.0")
'work.wangjw:wjw-reactor-auth:jar:1.1.0'
<dependency org="work.wangjw" name="wjw-reactor-auth" rev="1.1.0">
<artifact name="wjw-reactor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='work.wangjw', module='wjw-reactor-auth', version='1.1.0')
)
libraryDependencies += "work.wangjw" % "wjw-reactor-auth" % "1.1.0"
[work.wangjw/wjw-reactor-auth "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter | jar | ${springboot-version} |
org.springframework : spring-web | jar | 5.2.12.RELEASE |