<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-xml_2.13</artifactId> <version>4.1.0-M3</version> </dependency>
implementation 'org.json4s:json4s-xml_2.13:4.1.0-M3'
implementation("org.json4s:json4s-xml_2.13:4.1.0-M3")
libraryDependencies += "org.json4s" % "json4s-xml_2.13" % "4.1.0-M3"
@Grapes( @Grab(group='org.json4s', module='json4s-xml_2.13', version='4.1.0-M3') )
<dependency org="org.json4s" name="json4s-xml_2.13" rev="4.1.0-M3" />
[org.json4s/json4s-xml_2.13 "4.1.0-M3"]
'org.json4s:json4s-xml_2.13:jar:4.1.0-M3'
compile
|-- org.scala-lang:scala-library:2.13.10
|-- org.json4s:json4s-ast_2.13:4.1.0-M3
|-- org.scala-lang.modules:scala-xml_2.13:2.1.0
test
|-- org.json4s:json4s-native-core_2.13:4.1.0-M3
|-- org.scalatest:scalatest-wordspec_2.13:3.2.15
|-- org.scalatestplus:scalacheck-1-17_2.13:3.2.15.0