clj-sftp

A sftp lib for Clojure.

Leiningen/Boot

[clj-sftp "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-sftp/clj-sftp {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-sftp:clj-sftp:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-sftp</groupId>
  <artifactId>clj-sftp</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>