skypeclj

A simple Clojure wrapper for the Skype Java API.

Leiningen/Boot

[skypeclj "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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