| GroupId | GroupIdorg.http4s |
|---|---|
| ArtifactId | ArtifactIdblaze-http_3.0.0-RC1 |
| Version | Version0.15.0-M2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4s/blaze-http_3.0.0-RC1/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>blaze-http_3.0.0-RC1</artifactId>
<version>0.15.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/blaze-http_3.0.0-RC1/
implementation 'org.http4s:blaze-http_3.0.0-RC1:0.15.0-M2'
// https://jarcasting.com/artifacts/org.http4s/blaze-http_3.0.0-RC1/
implementation ("org.http4s:blaze-http_3.0.0-RC1:0.15.0-M2")
'org.http4s:blaze-http_3.0.0-RC1:jar:0.15.0-M2'
<dependency org="org.http4s" name="blaze-http_3.0.0-RC1" rev="0.15.0-M2">
<artifact name="blaze-http_3.0.0-RC1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='blaze-http_3.0.0-RC1', version='0.15.0-M2')
)
libraryDependencies += "org.http4s" % "blaze-http_3.0.0-RC1" % "0.15.0-M2"
[org.http4s/blaze-http_3.0.0-RC1 "0.15.0-M2"]