GroupId | GroupIdno.nav.common |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.nav.common/log/ -->
<dependency>
<groupId>no.nav.common</groupId>
<artifactId>log</artifactId>
<version>1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2</version>
</dependency>
// https://jarcasting.com/artifacts/no.nav.common/log/
implementation 'no.nav.common:log:1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2'
// https://jarcasting.com/artifacts/no.nav.common/log/
implementation ("no.nav.common:log:1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2")
'no.nav.common:log:jar:1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2'
<dependency org="no.nav.common" name="log" rev="1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.nav.common', module='log', version='1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2')
)
libraryDependencies += "no.nav.common" % "log" % "1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2"
[no.nav.common/log "1-SNAPSHOT.2020.02.07-14.52-16a1b4e39fe2"]