walfie-sandbox / pogoprotos.scala   1.0.0

Website GitHub

Abandoned ScalaPB fork of POGOProtos

Scala versions: 2.11

pogoprotos 1.0.0


Group ID:
com.github.walfie
Artifact ID:
pogoprotos_2.11
Version:
1.0.0
Release Date:
Jul 27, 2016
Licenses:
MIT

libraryDependencies += "com.github.walfie" %% "pogoprotos" % "1.0.0"
resolvers += Resolver.bintrayRepo("walfie", "maven")

Mill build tool

ivy"com.github.walfie::pogoprotos:1.0.0"
MavenRepository("https://dl.bintray.com/walfie/maven")

Scala CLI

//> using dep "com.github.walfie::pogoprotos:1.0.0"

Ammonite REPL

import $ivy.`com.github.walfie::pogoprotos:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray walfie maven",
  "Some(https://dl.bintray.com/walfie/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.walfie</groupId>
  <artifactId>pogoprotos_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.walfie', name: 'pogoprotos_2.11', version: '1.0.0'