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