clj-ioc

Clojure Inversion-of-Control (IOC) library.

Leiningen/Boot

[clj-ioc "0.2.0"]

Clojure CLI/deps.edn

clj-ioc/clj-ioc {:mvn/version "0.2.0"}

Gradle

implementation("clj-ioc:clj-ioc:0.2.0")

Maven

<dependency>
  <groupId>clj-ioc</groupId>
  <artifactId>clj-ioc</artifactId>
  <version>0.2.0</version>
</dependency>