GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/auth/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>auth</artifactId>
<version>1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/auth/
implementation 'no.nav.common:auth:1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2'
// https://jarcasting.com/artifacts/no.nav.common/auth/
implementation ("no.nav.common:auth:1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2")
'no.nav.common:auth:jar:1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2'
<dependency org="no.nav.common" name="auth" rev="1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='auth', version='1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2')
)
libraryDependencies += "no.nav.common" % "auth" % "1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2"
[no.nav.common/auth "1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2"]