<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-core_3</artifactId> <version>1.0.0-M35</version> </dependency>
implementation 'org.http4s:blaze-core_3:1.0.0-M35'
implementation("org.http4s:blaze-core_3:1.0.0-M35")
libraryDependencies += "org.http4s" % "blaze-core_3" % "1.0.0-M35"
@Grapes( @Grab(group='org.http4s', module='blaze-core_3', version='1.0.0-M35') )
<dependency org="org.http4s" name="blaze-core_3" rev="1.0.0-M35" />
[org.http4s/blaze-core_3 "1.0.0-M35"]
'org.http4s:blaze-core_3:jar:1.0.0-M35'
compile
|-- org.scala-lang:scala3-library_3:3.1.2
|-- org.log4s:log4s_3:1.10.0
test
|-- org.http4s:blaze-testkit_3:1.0.0-M35
|-- ch.qos.logback:logback-classic:1.2.11