gif-clj

a small gif encoder

Leiningen/Boot

[gif-clj "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

gif-clj/gif-clj {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("gif-clj:gif-clj:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>gif-clj</groupId>
  <artifactId>gif-clj</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>