http4s / blaze   0.23.16

Apache License 2.0 GitHub

Blazing fast NIO microframework and Http Parser

Scala versions: 3.x 2.13 2.12 2.11 2.10

blaze-core 0.11.0


Group ID:
org.http4s
Artifact ID:
blaze-core_2.11
Version:
0.11.0
Release Date:
Jan 16, 2016
Licenses:

libraryDependencies += "org.http4s" %% "blaze-core" % "0.11.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.http4s::blaze-core:0.11.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.http4s::blaze-core:0.11.0"

Ammonite REPL

import $ivy.`org.http4s::blaze-core:0.11.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.http4s</groupId>
  <artifactId>blaze-core_2.11</artifactId>
  <version>0.11.0</version>
</dependency>

compile group: 'org.http4s', name: 'blaze-core_2.11', version: '0.11.0'