License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdcn.stylefeng.roses |
ArtifactId | ArtifactIdsecurity-spring-boot-starter |
Version | Version7.1.0.Final |
Type | Typejar |
Description |
DescriptionRoses是开源项目Guns的核心包
|
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/security-spring-boot-starter/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>security-spring-boot-starter</artifactId>
<version>7.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/security-spring-boot-starter/
implementation 'cn.stylefeng.roses:security-spring-boot-starter:7.1.0.Final'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/security-spring-boot-starter/
implementation ("cn.stylefeng.roses:security-spring-boot-starter:7.1.0.Final")
'cn.stylefeng.roses:security-spring-boot-starter:jar:7.1.0.Final'
<dependency org="cn.stylefeng.roses" name="security-spring-boot-starter" rev="7.1.0.Final">
<artifact name="security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='security-spring-boot-starter', version='7.1.0.Final')
)
libraryDependencies += "cn.stylefeng.roses" % "security-spring-boot-starter" % "7.1.0.Final"
[cn.stylefeng.roses/security-spring-boot-starter "7.1.0.Final"]