Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdno.nav.common |
ArtifactId | ArtifactIdclient |
Version | Version2.2020.08.28_14.16-420d1471cb04 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/client/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>client</artifactId>
<version>2.2020.08.28_14.16-420d1471cb04</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/client/
implementation 'no.nav.common:client:2.2020.08.28_14.16-420d1471cb04'
// https://jarcasting.com/artifacts/no.nav.common/client/
implementation ("no.nav.common:client:2.2020.08.28_14.16-420d1471cb04")
'no.nav.common:client:jar:2.2020.08.28_14.16-420d1471cb04'
<dependency org="no.nav.common" name="client" rev="2.2020.08.28_14.16-420d1471cb04">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='client', version='2.2020.08.28_14.16-420d1471cb04')
)
libraryDependencies += "no.nav.common" % "client" % "2.2020.08.28_14.16-420d1471cb04"
[no.nav.common/client "2.2020.08.28_14.16-420d1471cb04"]