communicate

Communicate is a Clojure library for working with the Nexmo and Twilio APIs.

Leiningen/Boot

[communicate "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

communicate/communicate {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("communicate:communicate:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>communicate</groupId>
  <artifactId>communicate</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>