is not current version
Last Version 1.0-234-d1a2b53

org.http4s:http4s-dsl_2.13 1.0.0-M27

Simple DSL for writing http4s services

GroupId

GroupId

org.http4s
ArtifactId

ArtifactId

http4s-dsl_2.13
Version

Version

1.0.0-M27
Type

Type

jar

Download http4s-dsl_2.13 1.0.0-M27


<!-- https://jarcasting.com/artifacts/org.http4s/http4s-dsl_2.13/ -->
<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-dsl_2.13</artifactId>
    <version>1.0.0-M27</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-dsl_2.13/
implementation 'org.http4s:http4s-dsl_2.13:1.0.0-M27'
// https://jarcasting.com/artifacts/org.http4s/http4s-dsl_2.13/
implementation ("org.http4s:http4s-dsl_2.13:1.0.0-M27")
'org.http4s:http4s-dsl_2.13:jar:1.0.0-M27'
<dependency org="org.http4s" name="http4s-dsl_2.13" rev="1.0.0-M27">
  <artifact name="http4s-dsl_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-dsl_2.13', version='1.0.0-M27')
)
libraryDependencies += "org.http4s" % "http4s-dsl_2.13" % "1.0.0-M27"
[org.http4s/http4s-dsl_2.13 "1.0.0-M27"]