org.flatland/ordered

Pure-clojure implementation of ruby's ordered hash and set types - instead of sorting by key, these collections retain insertion order.

Leiningen/Boot

[org.flatland/ordered "1.5.2"]

Clojure CLI/deps.edn

org.flatland/ordered {:mvn/version "1.5.2"}

Gradle

implementation("org.flatland:ordered:1.5.2")

Maven

<dependency>
  <groupId>org.flatland</groupId>
  <artifactId>ordered</artifactId>
  <version>1.5.2</version>
</dependency>