protobuf

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

  • VCSN/A

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

Leiningen/Boot

[protobuf "0.5.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("protobuf:protobuf:0.5.0")

Maven

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