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