Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdno.priv.bang.authservice |
ArtifactId | ArtifactIdauthservice.web.security |
Version | Version1.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/ -->
<dependency>
<groupId>no.priv.bang.authservice</groupId>
<artifactId>authservice.web.security</artifactId>
<version>1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/
implementation 'no.priv.bang.authservice:authservice.web.security:1.13.0'
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/
implementation ("no.priv.bang.authservice:authservice.web.security:1.13.0")
'no.priv.bang.authservice:authservice.web.security:jar:1.13.0'
<dependency org="no.priv.bang.authservice" name="authservice.web.security" rev="1.13.0">
<artifact name="authservice.web.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.authservice', module='authservice.web.security', version='1.13.0')
)
libraryDependencies += "no.priv.bang.authservice" % "authservice.web.security" % "1.13.0"
[no.priv.bang.authservice/authservice.web.security "1.13.0"]