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