Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdtop.dcenter |
ArtifactId | ArtifactIdjustAuth-spring-security-starter |
Version | Version1.1.22 |
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.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation 'top.dcenter:justAuth-spring-security-starter:1.1.22'
// https://jarcasting.com/artifacts/top.dcenter/justAuth-spring-security-starter/
implementation ("top.dcenter:justAuth-spring-security-starter:1.1.22")
'top.dcenter:justAuth-spring-security-starter:jar:1.1.22'
<dependency org="top.dcenter" name="justAuth-spring-security-starter" rev="1.1.22">
<artifact name="justAuth-spring-security-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='justAuth-spring-security-starter', version='1.1.22')
)
libraryDependencies += "top.dcenter" % "justAuth-spring-security-starter" % "1.1.22"
[top.dcenter/justAuth-spring-security-starter "1.1.22"]