libvim-clj

A library that wraps libvim

Leiningen/Boot

[libvim-clj "0.7.3"]

Clojure CLI/deps.edn

libvim-clj/libvim-clj {:mvn/version "0.7.3"}

Gradle

implementation("libvim-clj:libvim-clj:0.7.3")

Maven

<dependency>
  <groupId>libvim-clj</groupId>
  <artifactId>libvim-clj</artifactId>
  <version>0.7.3</version>
</dependency>