Categories |
CategoriesJSON Data Jackson |
---|---|
GroupId | GroupIdorg.json4s |
ArtifactId | ArtifactIdjson4s-jackson-core_2.12 |
Version | Version3.7.0-M13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.json4s/json4s-jackson-core_2.12/ -->
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson-core_2.12</artifactId>
<version>3.7.0-M13</version>
</dependency>
// https://jarcasting.com/artifacts/org.json4s/json4s-jackson-core_2.12/
implementation 'org.json4s:json4s-jackson-core_2.12:3.7.0-M13'
// https://jarcasting.com/artifacts/org.json4s/json4s-jackson-core_2.12/
implementation ("org.json4s:json4s-jackson-core_2.12:3.7.0-M13")
'org.json4s:json4s-jackson-core_2.12:jar:3.7.0-M13'
<dependency org="org.json4s" name="json4s-jackson-core_2.12" rev="3.7.0-M13">
<artifact name="json4s-jackson-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.json4s', module='json4s-jackson-core_2.12', version='3.7.0-M13')
)
libraryDependencies += "org.json4s" % "json4s-jackson-core_2.12" % "3.7.0-M13"
[org.json4s/json4s-jackson-core_2.12 "3.7.0-M13"]