Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdno.nav.common |
ArtifactId | ArtifactIdtoken-client |
Version | Version2.2022.03.29_08.56-50f8b7377a46 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/token-client/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>token-client</artifactId>
<version>2.2022.03.29_08.56-50f8b7377a46</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/token-client/
implementation 'no.nav.common:token-client:2.2022.03.29_08.56-50f8b7377a46'
// https://jarcasting.com/artifacts/no.nav.common/token-client/
implementation ("no.nav.common:token-client:2.2022.03.29_08.56-50f8b7377a46")
'no.nav.common:token-client:jar:2.2022.03.29_08.56-50f8b7377a46'
<dependency org="no.nav.common" name="token-client" rev="2.2022.03.29_08.56-50f8b7377a46">
<artifact name="token-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='token-client', version='2.2022.03.29_08.56-50f8b7377a46')
)
libraryDependencies += "no.nav.common" % "token-client" % "2.2022.03.29_08.56-50f8b7377a46"
[no.nav.common/token-client "2.2022.03.29_08.56-50f8b7377a46"]