<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-ember-core_3</artifactId> <version>0.23.8</version> </dependency>
implementation 'org.http4s:http4s-ember-core_3:0.23.8'
implementation("org.http4s:http4s-ember-core_3:0.23.8")
libraryDependencies += "org.http4s" % "http4s-ember-core_3" % "0.23.8"
@Grapes( @Grab(group='org.http4s', module='http4s-ember-core_3', version='0.23.8') )
<dependency org="org.http4s" name="http4s-ember-core_3" rev="0.23.8" />
[org.http4s/http4s-ember-core_3 "0.23.8"]
'org.http4s:http4s-ember-core_3:jar:0.23.8'
compile
|-- org.http4s:http4s-core_3:0.23.8
|-- org.scala-lang:scala3-library_3:3.1.0
test
|-- org.http4s:http4s-testing_3:0.23.8
|-- org.typelevel:cats-laws_3:2.7.0
|-- ch.qos.logback:logback-classic:1.2.6
|-- org.scalacheck:scalacheck_3:1.15.4
|-- org.typelevel:log4cats-testing_3:2.2.0