| GroupId | GroupIdorg.http4s |
|---|---|
| ArtifactId | ArtifactIdblaze-http_2.10 |
| Version | Version0.12.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blaze-http_2.10-0.12.11.pom | |
| blaze-http_2.10-0.12.11.jar | 324 KB |
| blaze-http_2.10-0.12.11-sources.jar | 53 KB |
| blaze-http_2.10-0.12.11-javadoc.jar | 536 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.http4s/blaze-http_2.10/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>blaze-http_2.10</artifactId>
<version>0.12.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/blaze-http_2.10/
implementation 'org.http4s:blaze-http_2.10:0.12.11'
// https://jarcasting.com/artifacts/org.http4s/blaze-http_2.10/
implementation ("org.http4s:blaze-http_2.10:0.12.11")
'org.http4s:blaze-http_2.10:jar:0.12.11'
<dependency org="org.http4s" name="blaze-http_2.10" rev="0.12.11">
<artifact name="blaze-http_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='blaze-http_2.10', version='0.12.11')
)
libraryDependencies += "org.http4s" % "blaze-http_2.10" % "0.12.11"
[org.http4s/blaze-http_2.10 "0.12.11"]