libvim-clj

A library that wraps libvim

Leiningen/Boot

[libvim-clj "0.5.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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