protobuf

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

  • VCSN/A

  • cljdoc documentationcljdoc
  • 4,181 Downloads
  • 31 This Version

Leiningen/Boot

[protobuf "0.4.7-SNAPSHOT"]

Clojure CLI/deps.edn

protobuf/protobuf {:mvn/version "0.4.7-SNAPSHOT"}

Gradle

implementation("protobuf:protobuf:0.4.7-SNAPSHOT")

Maven

<dependency>
  <groupId>protobuf</groupId>
  <artifactId>protobuf</artifactId>
  <version>0.4.7-SNAPSHOT</version>
</dependency>