scalapb / protoc-bridge   0.9.7

Apache License 2.0 GitHub

Allows writing protoc plugins (code generators) in Scala and Java

Scala versions: 2.13 2.12 2.11 2.10
sbt plugins: 0.13

protoc-gen 0.9.0-RC4


Group ID:
com.thesamet.scalapb
Artifact ID:
protoc-gen_2.13
Version:
0.9.0-RC4
Release Date:
Aug 23, 2020
Licenses:
Files:

libraryDependencies += "com.thesamet.scalapb" %% "protoc-gen" % "0.9.0-RC4"

Mill build tool

ivy"com.thesamet.scalapb::protoc-gen:0.9.0-RC4"

Scala CLI

//> using dep "com.thesamet.scalapb::protoc-gen:0.9.0-RC4"

Ammonite REPL

import $ivy.`com.thesamet.scalapb::protoc-gen:0.9.0-RC4`

<dependency>
  <groupId>com.thesamet.scalapb</groupId>
  <artifactId>protoc-gen_2.13</artifactId>
  <version>0.9.0-RC4</version>
</dependency>

compile group: 'com.thesamet.scalapb', name: 'protoc-gen_2.13', version: '0.9.0-RC4'