ga-clj

A Clojure library designed to send custom events to Google Analytics.

Leiningen/Boot

[ga-clj "0.1.2"]

Clojure CLI/deps.edn

ga-clj/ga-clj {:mvn/version "0.1.2"}

Gradle

implementation("ga-clj:ga-clj:0.1.2")

Maven

<dependency>
  <groupId>ga-clj</groupId>
  <artifactId>ga-clj</artifactId>
  <version>0.1.2</version>
</dependency>