me.kanej/twilio

Clojure wrapper of the twilio java api.

Leiningen/Boot

[me.kanej/twilio "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

me.kanej/twilio {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("me.kanej:twilio:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>me.kanej</groupId>
  <artifactId>twilio</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>