linkerd / linkerd   1.7.5

Apache License 2.0 Website GitHub

Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.

Scala versions: 2.12 2.11

linkerd-protocol-h2 0.8.3


Group ID:
io.buoyant
Artifact ID:
linkerd-protocol-h2_2.11
Version:
0.8.3
Release Date:
Nov 14, 2016
Licenses:

libraryDependencies += "io.buoyant" %% "linkerd-protocol-h2" % "0.8.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.buoyant::linkerd-protocol-h2:0.8.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.buoyant::linkerd-protocol-h2:0.8.3"

Ammonite REPL

import $ivy.`io.buoyant::linkerd-protocol-h2:0.8.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.buoyant</groupId>
  <artifactId>linkerd-protocol-h2_2.11</artifactId>
  <version>0.8.3</version>
</dependency>

compile group: 'io.buoyant', name: 'linkerd-protocol-h2_2.11', version: '0.8.3'