boot-protobuf

Boot tasks for fetching google protobuf protoc binary and compiling proto file

Leiningen/Boot

[boot-protobuf "0.1.6"]

Clojure CLI/deps.edn

boot-protobuf/boot-protobuf {:mvn/version "0.1.6"}

Gradle

implementation("boot-protobuf:boot-protobuf:0.1.6")

Maven

<dependency>
  <groupId>boot-protobuf</groupId>
  <artifactId>boot-protobuf</artifactId>
  <version>0.1.6</version>
</dependency>