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