protobuf

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

  • VCSN/A

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

Leiningen/Boot

[protobuf "0.5.0-alpha1"]

Clojure CLI/deps.edn

protobuf/protobuf {:mvn/version "0.5.0-alpha1"}

Gradle

implementation("protobuf:protobuf:0.5.0-alpha1")

Maven

<dependency>
  <groupId>protobuf</groupId>
  <artifactId>protobuf</artifactId>
  <version>0.5.0-alpha1</version>
</dependency>