com.danboykis/lein-protobuf-compiler

Leiningen plugin for compiling protocol buffers.

Leiningen/Boot

[com.danboykis/lein-protobuf-compiler "0.0.1"]

Clojure CLI/deps.edn

com.danboykis/lein-protobuf-compiler {:mvn/version "0.0.1"}

Gradle

implementation("com.danboykis:lein-protobuf-compiler:0.0.1")

Maven

<dependency>
  <groupId>com.danboykis</groupId>
  <artifactId>lein-protobuf-compiler</artifactId>
  <version>0.0.1</version>
</dependency>