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