boot-protobuf

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

Leiningen/Boot

[boot-protobuf "0.1.3"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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