<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-xml_2.13</artifactId> <version>4.0.0</version> </dependency>
implementation 'org.json4s:json4s-xml_2.13:4.0.0'
implementation("org.json4s:json4s-xml_2.13:4.0.0")
libraryDependencies += "org.json4s" % "json4s-xml_2.13" % "4.0.0"
@Grapes( @Grab(group='org.json4s', module='json4s-xml_2.13', version='4.0.0') )
<dependency org="org.json4s" name="json4s-xml_2.13" rev="4.0.0" />
[org.json4s/json4s-xml_2.13 "4.0.0"]
'org.json4s:json4s-xml_2.13:jar:4.0.0'
compile
|-- org.scala-lang:scala-library:2.13.6
|-- org.json4s:json4s-ast_2.13:4.0.0
|-- org.scala-lang.modules:scala-xml_2.13:2.0.0
test
|-- org.json4s:json4s-native-core_2.13:4.0.0
|-- org.scalatest:scalatest-wordspec_2.13:3.2.9
|-- org.scalatestplus:scalacheck-1-15_2.13:3.2.9.0