clj-chardet

clj-chardet is a wrapper for jchardet. It provides a more simple and functional way to use charset detection function.

Leiningen/Boot

[clj-chardet "0.1"]

Clojure CLI/deps.edn

clj-chardet/clj-chardet {:mvn/version "0.1"}

Gradle

implementation("clj-chardet:clj-chardet:0.1")

Maven

<dependency>
  <groupId>clj-chardet</groupId>
  <artifactId>clj-chardet</artifactId>
  <version>0.1</version>
</dependency>