gd_client

Clojure GoodData client

Leiningen/Boot

[gd_client "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

gd_client/gd_client {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("gd_client:gd_client:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>gd_client</groupId>
  <artifactId>gd_client</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>