GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version2.2020.06.05_16.22-132f573edaef |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/auth/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>auth</artifactId>
<version>2.2020.06.05_16.22-132f573edaef</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/auth/
implementation 'no.nav.common:auth:2.2020.06.05_16.22-132f573edaef'
// https://jarcasting.com/artifacts/no.nav.common/auth/
implementation ("no.nav.common:auth:2.2020.06.05_16.22-132f573edaef")
'no.nav.common:auth:jar:2.2020.06.05_16.22-132f573edaef'
<dependency org="no.nav.common" name="auth" rev="2.2020.06.05_16.22-132f573edaef">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='auth', version='2.2020.06.05_16.22-132f573edaef')
)
libraryDependencies += "no.nav.common" % "auth" % "2.2020.06.05_16.22-132f573edaef"
[no.nav.common/auth "2.2020.06.05_16.22-132f573edaef"]