com.github.kyleburton/clj-lfsr

LFSR Library

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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