Categories |
CategoriesSpring Boot Container Microservices Security Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdio.github.churunfa |
ArtifactId | ArtifactIdspring-boot-security-rbac-starter-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.churunfa/spring-boot-security-rbac-starter-autoconfigure/ -->
<dependency>
<groupId>io.github.churunfa</groupId>
<artifactId>spring-boot-security-rbac-starter-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.churunfa/spring-boot-security-rbac-starter-autoconfigure/
implementation 'io.github.churunfa:spring-boot-security-rbac-starter-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/io.github.churunfa/spring-boot-security-rbac-starter-autoconfigure/
implementation ("io.github.churunfa:spring-boot-security-rbac-starter-autoconfigure:1.0.0")
'io.github.churunfa:spring-boot-security-rbac-starter-autoconfigure:jar:1.0.0'
<dependency org="io.github.churunfa" name="spring-boot-security-rbac-starter-autoconfigure" rev="1.0.0">
<artifact name="spring-boot-security-rbac-starter-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.churunfa', module='spring-boot-security-rbac-starter-autoconfigure', version='1.0.0')
)
libraryDependencies += "io.github.churunfa" % "spring-boot-security-rbac-starter-autoconfigure" % "1.0.0"
[io.github.churunfa/spring-boot-security-rbac-starter-autoconfigure "1.0.0"]