Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdtop.dcenter |
ArtifactId | ArtifactIdjustAuth-spring-security-starter |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>justAuth-spring-security-starter</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation 'top.dcenter:justAuth-spring-security-starter:1.0.9'
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation ("top.dcenter:justAuth-spring-security-starter:1.0.9")
'top.dcenter:justAuth-spring-security-starter:jar:1.0.9'
<dependency org="top.dcenter" name="justAuth-spring-security-starter" rev="1.0.9">
<artifact name="justAuth-spring-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='justAuth-spring-security-starter', version='1.0.9')
)
libraryDependencies += "top.dcenter" % "justAuth-spring-security-starter" % "1.0.9"
[top.dcenter/justAuth-spring-security-starter "1.0.9"]