Categories |
CategoriesJSON Data Native Development Tools |
---|---|
GroupId | GroupIdorg.json4s |
ArtifactId | ArtifactIdjson4s-native_2.13.0-M4 |
Version | Version3.6.0-M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.json4s/json4s-native_2.13.0-M4/ -->
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.13.0-M4</artifactId>
<version>3.6.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.json4s/json4s-native_2.13.0-M4/
implementation 'org.json4s:json4s-native_2.13.0-M4:3.6.0-M4'
// https://jarcasting.com/artifacts/org.json4s/json4s-native_2.13.0-M4/
implementation ("org.json4s:json4s-native_2.13.0-M4:3.6.0-M4")
'org.json4s:json4s-native_2.13.0-M4:jar:3.6.0-M4'
<dependency org="org.json4s" name="json4s-native_2.13.0-M4" rev="3.6.0-M4">
<artifact name="json4s-native_2.13.0-M4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.json4s', module='json4s-native_2.13.0-M4', version='3.6.0-M4')
)
libraryDependencies += "org.json4s" % "json4s-native_2.13.0-M4" % "3.6.0-M4"
[org.json4s/json4s-native_2.13.0-M4 "3.6.0-M4"]