map-experiments

Persistent associative datatypes with more features than Clojure's built-in maps, including bijective maps, key-attribute-value maps, bipartite graphs, and directed graphs with arbitrary node and edge attributes.

Leiningen/Boot

[map-experiments "0.5.0-SNAPSHOT"]

Clojure CLI/deps.edn

map-experiments/map-experiments {:mvn/version "0.5.0-SNAPSHOT"}

Gradle

implementation("map-experiments:map-experiments:0.5.0-SNAPSHOT")

Maven

<dependency>
  <groupId>map-experiments</groupId>
  <artifactId>map-experiments</artifactId>
  <version>0.5.0-SNAPSHOT</version>
</dependency>