protobuf

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

  • VCSN/A

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

Leiningen/Boot

[protobuf "0.5.0-beta3"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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