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")
ivy"io.ontherocks::hello-grpc-scala-protocol:1.0.0" MavenRepository("https://dl.bintray.com/pbvie/maven")
//> using dep "io.ontherocks::hello-grpc-scala-protocol:1.0.0"
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'