Categories |
CategoriesSpring Boot Container Microservices Security |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-security |
Version | Version1.10.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-security/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-security</artifactId>
<version>1.10.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-security/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-security:1.10.9'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-security/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-security:1.10.9")
'com.github.yingzhuo:carnival-spring-boot-starter-security:jar:1.10.9'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-security" rev="1.10.9">
<artifact name="carnival-spring-boot-starter-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-security', version='1.10.9')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-security" % "1.10.9"
[com.github.yingzhuo/carnival-spring-boot-starter-security "1.10.9"]