Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdno.priv.bang.authservice |
ArtifactId | ArtifactIdauthservice.web.security |
Version | Version1.11.2 |
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.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/
implementation 'no.priv.bang.authservice:authservice.web.security:1.11.2'
// https://jarcasting.com/artifacts/no.priv.bang.authservice/authservice.web.security/
implementation ("no.priv.bang.authservice:authservice.web.security:1.11.2")
'no.priv.bang.authservice:authservice.web.security:jar:1.11.2'
<dependency org="no.priv.bang.authservice" name="authservice.web.security" rev="1.11.2">
<artifact name="authservice.web.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.authservice', module='authservice.web.security', version='1.11.2')
)
libraryDependencies += "no.priv.bang.authservice" % "authservice.web.security" % "1.11.2"
[no.priv.bang.authservice/authservice.web.security "1.11.2"]