GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version1.2019.11.04-15.47-02ef55bcf4e6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/rest/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>rest</artifactId>
<version>1.2019.11.04-15.47-02ef55bcf4e6</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/rest/
implementation 'no.nav.common:rest:1.2019.11.04-15.47-02ef55bcf4e6'
// https://jarcasting.com/artifacts/no.nav.common/rest/
implementation ("no.nav.common:rest:1.2019.11.04-15.47-02ef55bcf4e6")
'no.nav.common:rest:jar:1.2019.11.04-15.47-02ef55bcf4e6'
<dependency org="no.nav.common" name="rest" rev="1.2019.11.04-15.47-02ef55bcf4e6">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='rest', version='1.2019.11.04-15.47-02ef55bcf4e6')
)
libraryDependencies += "no.nav.common" % "rest" % "1.2019.11.04-15.47-02ef55bcf4e6"
[no.nav.common/rest "1.2019.11.04-15.47-02ef55bcf4e6"]