clj-luhn

A clojure library to validate credit card numbers using the luhn algorithm

Leiningen/Boot

[clj-luhn "0.1.3"]

Clojure CLI/deps.edn

clj-luhn/clj-luhn {:mvn/version "0.1.3"}

Gradle

implementation("clj-luhn:clj-luhn:0.1.3")

Maven

<dependency>
  <groupId>clj-luhn</groupId>
  <artifactId>clj-luhn</artifactId>
  <version>0.1.3</version>
</dependency>