revise/protobuf

Clojure-protobuf provides a clojure interface to Google's protocol buffers. This is a fork of flatland's clojure-protobuf that removes the dependency on the lein-protobuf plugin.

Leiningen/Boot

[revise/protobuf "0.8.3"]

Clojure CLI/deps.edn

revise/protobuf {:mvn/version "0.8.3"}

Gradle

implementation("revise:protobuf:0.8.3")

Maven

<dependency>
  <groupId>revise</groupId>
  <artifactId>protobuf</artifactId>
  <version>0.8.3</version>
</dependency>