com.uswitch/protobuf

Clojure-protobuf provides a clojure interface to Google's protocol buffers.

Leiningen/Boot

[com.uswitch/protobuf "0.8.2-SNAPSHOT"]

Clojure CLI/deps.edn

com.uswitch/protobuf {:mvn/version "0.8.2-SNAPSHOT"}

Gradle

implementation("com.uswitch:protobuf:0.8.2-SNAPSHOT")

Maven

<dependency>
  <groupId>com.uswitch</groupId>
  <artifactId>protobuf</artifactId>
  <version>0.8.2-SNAPSHOT</version>
</dependency>