1015bit / hello-grpc-scala   1.0.0

GitHub

Introduction to gRPC with ScalaPB.

Scala versions: 2.12

hello-grpc-scala-protocol 1.0.0


Group ID:
io.ontherocks
Artifact ID:
hello-grpc-scala-protocol_2.12
Version:
1.0.0
Release Date:
Oct 29, 2017
Licenses:

libraryDependencies += "io.ontherocks" %% "hello-grpc-scala-protocol" % "1.0.0"
resolvers += Resolver.bintrayRepo("pbvie", "maven")

Mill build tool

ivy"io.ontherocks::hello-grpc-scala-protocol:1.0.0"
MavenRepository("https://dl.bintray.com/pbvie/maven")

Scala CLI

//> using dep "io.ontherocks::hello-grpc-scala-protocol:1.0.0"

Ammonite REPL

import $ivy.`io.ontherocks::hello-grpc-scala-protocol:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray pbvie maven",
  "Some(https://dl.bintray.com/pbvie/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.ontherocks</groupId>
  <artifactId>hello-grpc-scala-protocol_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'io.ontherocks', name: 'hello-grpc-scala-protocol_2.12', version: '1.0.0'