<dependency> <groupId>org.json4s</groupId> <artifactId>json4s-ast_2.12</artifactId> <version>4.1.0-M4</version> </dependency>
implementation 'org.json4s:json4s-ast_2.12:4.1.0-M4'
implementation("org.json4s:json4s-ast_2.12:4.1.0-M4")
libraryDependencies += "org.json4s" % "json4s-ast_2.12" % "4.1.0-M4"
@Grapes( @Grab(group='org.json4s', module='json4s-ast_2.12', version='4.1.0-M4') )
<dependency org="org.json4s" name="json4s-ast_2.12" rev="4.1.0-M4" />
[org.json4s/json4s-ast_2.12 "4.1.0-M4"]
'org.json4s:json4s-ast_2.12:jar:4.1.0-M4'
compile
|-- org.scala-lang:scala-library:2.12.18
test
|-- org.scalatest:scalatest-wordspec_2.12:3.2.17
|-- org.scalatestplus:scalacheck-1-17_2.12:3.2.17.0