<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-jawn_3</artifactId> <version>1.0.0-M24</version> </dependency>
implementation 'org.http4s:http4s-jawn_3:1.0.0-M24'
implementation("org.http4s:http4s-jawn_3:1.0.0-M24")
libraryDependencies += "org.http4s" % "http4s-jawn_3" % "1.0.0-M24"
@Grapes( @Grab(group='org.http4s', module='http4s-jawn_3', version='1.0.0-M24') )
<dependency org="org.http4s" name="http4s-jawn_3" rev="1.0.0-M24" />
[org.http4s/http4s-jawn_3 "1.0.0-M24"]
'org.http4s:http4s-jawn_3:jar:1.0.0-M24'
compile
|-- org.http4s:http4s-core_3:1.0.0-M24
|-- org.scala-lang:scala3-library_3:3.0.1
|-- org.typelevel:jawn-fs2_3:2.1.0
|-- org.typelevel:jawn-parser_3:1.2.0