GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version2.2020.08.07_16.18-e6be6d6a09e6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/log/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>log</artifactId>
<version>2.2020.08.07_16.18-e6be6d6a09e6</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/log/
implementation 'no.nav.common:log:2.2020.08.07_16.18-e6be6d6a09e6'
// https://jarcasting.com/artifacts/no.nav.common/log/
implementation ("no.nav.common:log:2.2020.08.07_16.18-e6be6d6a09e6")
'no.nav.common:log:jar:2.2020.08.07_16.18-e6be6d6a09e6'
<dependency org="no.nav.common" name="log" rev="2.2020.08.07_16.18-e6be6d6a09e6">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='log', version='2.2020.08.07_16.18-e6be6d6a09e6')
)
libraryDependencies += "no.nav.common" % "log" % "2.2020.08.07_16.18-e6be6d6a09e6"
[no.nav.common/log "2.2020.08.07_16.18-e6be6d6a09e6"]