com.github.kyleburton/clj-lfsr

LFSR Library

Leiningen/Boot

[com.github.kyleburton/clj-lfsr "1.0.0"]

Clojure CLI/deps.edn

com.github.kyleburton/clj-lfsr {:mvn/version "1.0.0"}

Gradle

implementation("com.github.kyleburton:clj-lfsr:1.0.0")

Maven

<dependency>
  <groupId>com.github.kyleburton</groupId>
  <artifactId>clj-lfsr</artifactId>
  <version>1.0.0</version>
</dependency>