<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-scala-xml_2.13</artifactId> <version>0.23.3</version> </dependency>
implementation 'org.http4s:http4s-scala-xml_2.13:0.23.3'
implementation("org.http4s:http4s-scala-xml_2.13:0.23.3")
libraryDependencies += "org.http4s" % "http4s-scala-xml_2.13" % "0.23.3"
@Grapes( @Grab(group='org.http4s', module='http4s-scala-xml_2.13', version='0.23.3') )
<dependency org="org.http4s" name="http4s-scala-xml_2.13" rev="0.23.3" />
[org.http4s/http4s-scala-xml_2.13 "0.23.3"]
'org.http4s:http4s-scala-xml_2.13:jar:0.23.3'
compile
|-- org.scala-lang:scala-library:2.13.6
|-- org.http4s:http4s-core_2.13:0.23.3
|-- org.scala-lang.modules:scala-xml_2.13:2.0.1