Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcn.dustlight.auth |
ArtifactId | ArtifactIdauth-resource-server-reactive |
Version | Version1.1.1-alpha-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.dustlight.auth/auth-resource-server-reactive/ -->
<dependency>
<groupId>cn.dustlight.auth</groupId>
<artifactId>auth-resource-server-reactive</artifactId>
<version>1.1.1-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.auth/auth-resource-server-reactive/
implementation 'cn.dustlight.auth:auth-resource-server-reactive:1.1.1-alpha-3'
// https://jarcasting.com/artifacts/cn.dustlight.auth/auth-resource-server-reactive/
implementation ("cn.dustlight.auth:auth-resource-server-reactive:1.1.1-alpha-3")
'cn.dustlight.auth:auth-resource-server-reactive:jar:1.1.1-alpha-3'
<dependency org="cn.dustlight.auth" name="auth-resource-server-reactive" rev="1.1.1-alpha-3">
<artifact name="auth-resource-server-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.auth', module='auth-resource-server-reactive', version='1.1.1-alpha-3')
)
libraryDependencies += "cn.dustlight.auth" % "auth-resource-server-reactive" % "1.1.1-alpha-3"
[cn.dustlight.auth/auth-resource-server-reactive "1.1.1-alpha-3"]