protobuf

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

  • VCSN/A

  • cljdoc documentationcljdoc
  • 4,180 Downloads
  • 89 This Version

Leiningen/Boot

[protobuf "0.6.0-beta2"]

Clojure CLI/deps.edn

protobuf/protobuf {:mvn/version "0.6.0-beta2"}

Gradle

implementation("protobuf:protobuf:0.6.0-beta2")

Maven

<dependency>
  <groupId>protobuf</groupId>
  <artifactId>protobuf</artifactId>
  <version>0.6.0-beta2</version>
</dependency>