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