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.15.11"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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