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