<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-ember-core_3</artifactId> <version>0.23.10</version> </dependency>
implementation 'org.http4s:http4s-ember-core_3:0.23.10'
implementation("org.http4s:http4s-ember-core_3:0.23.10")
libraryDependencies += "org.http4s" % "http4s-ember-core_3" % "0.23.10"
@Grapes( @Grab(group='org.http4s', module='http4s-ember-core_3', version='0.23.10') )
<dependency org="org.http4s" name="http4s-ember-core_3" rev="0.23.10" />
[org.http4s/http4s-ember-core_3 "0.23.10"]
'org.http4s:http4s-ember-core_3:jar:0.23.10'
compile
|-- org.http4s:http4s-core_3:0.23.10
|-- org.scala-lang:scala3-library_3:3.1.1
|-- org.typelevel:log4cats-core_3:2.2.0
|-- com.twitter:hpack:1.0.2
test
|-- org.http4s:http4s-testing_3:0.23.10
|-- 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