<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-dsl_2.12</artifactId> <version>1.0.0-M24</version> </dependency>
implementation 'org.http4s:http4s-dsl_2.12:1.0.0-M24'
implementation("org.http4s:http4s-dsl_2.12:1.0.0-M24")
libraryDependencies += "org.http4s" % "http4s-dsl_2.12" % "1.0.0-M24"
@Grapes( @Grab(group='org.http4s', module='http4s-dsl_2.12', version='1.0.0-M24') )
<dependency org="org.http4s" name="http4s-dsl_2.12" rev="1.0.0-M24" />
[org.http4s/http4s-dsl_2.12 "1.0.0-M24"]
'org.http4s:http4s-dsl_2.12:jar:1.0.0-M24'
compile
|-- org.scala-lang:scala-library:2.12.14
|-- org.http4s:http4s-core_2.12:1.0.0-M24