mixr

A Clojure library wrapping the Mixpanel HTTP REST API

Leiningen/Boot

[mixr "0.0.1"]

Clojure CLI/deps.edn

mixr/mixr {:mvn/version "0.0.1"}

Gradle

implementation("mixr:mixr:0.0.1")

Maven

<dependency>
  <groupId>mixr</groupId>
  <artifactId>mixr</artifactId>
  <version>0.0.1</version>
</dependency>