boot-protobuf

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

Leiningen/Boot

[boot-protobuf "0.1.5"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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