<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-circe_3</artifactId> <version>0.22.7</version> </dependency>
implementation 'org.http4s:http4s-circe_3:0.22.7'
implementation("org.http4s:http4s-circe_3:0.22.7")
libraryDependencies += "org.http4s" % "http4s-circe_3" % "0.22.7"
@Grapes( @Grab(group='org.http4s', module='http4s-circe_3', version='0.22.7') )
<dependency org="org.http4s" name="http4s-circe_3" rev="0.22.7" />
[org.http4s/http4s-circe_3 "0.22.7"]
'org.http4s:http4s-circe_3:jar:0.22.7'
compile
|-- org.http4s:http4s-core_3:0.22.7
|-- org.http4s:http4s-jawn_3:0.22.7
|-- org.scala-lang:scala3-library_3:3.0.1
|-- io.circe:circe-core_3:0.14.1
|-- io.circe:circe-jawn_3:0.14.1