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