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