GroupId | GroupIdorg.http4s |
---|---|
ArtifactId | ArtifactIdhttp4s-dsl_2.11 |
Version | Version0.17.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
http4s-dsl_2.11-0.17.0-M2.pom | |
http4s-dsl_2.11-0.17.0-M2.jar | 207 KB |
http4s-dsl_2.11-0.17.0-M2-sources.jar | 6 KB |
http4s-dsl_2.11-0.17.0-M2-javadoc.jar | 598 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-dsl_2.11/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.11</artifactId>
<version>0.17.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-dsl_2.11/
implementation 'org.http4s:http4s-dsl_2.11:0.17.0-M2'
// https://jarcasting.com/artifacts/org.http4s/http4s-dsl_2.11/
implementation ("org.http4s:http4s-dsl_2.11:0.17.0-M2")
'org.http4s:http4s-dsl_2.11:jar:0.17.0-M2'
<dependency org="org.http4s" name="http4s-dsl_2.11" rev="0.17.0-M2">
<artifact name="http4s-dsl_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-dsl_2.11', version='0.17.0-M2')
)
libraryDependencies += "org.http4s" % "http4s-dsl_2.11" % "0.17.0-M2"
[org.http4s/http4s-dsl_2.11 "0.17.0-M2"]