boot-protobuf

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

Leiningen/Boot

[boot-protobuf "0.3.0-SNAPSHOT"]

Clojure CLI/deps.edn

boot-protobuf/boot-protobuf {:mvn/version "0.3.0-SNAPSHOT"}

Gradle

implementation("boot-protobuf:boot-protobuf:0.3.0-SNAPSHOT")

Maven

<dependency>
  <groupId>boot-protobuf</groupId>
  <artifactId>boot-protobuf</artifactId>
  <version>0.3.0-SNAPSHOT</version>
</dependency>