com.2tothe8th/system

Start and stop services in a particular order.

Leiningen/Boot

[com.2tothe8th/system "0.2.0"]

Clojure CLI/deps.edn

com.2tothe8th/system {:mvn/version "0.2.0"}

Gradle

implementation("com.2tothe8th:system:0.2.0")

Maven

<dependency>
  <groupId>com.2tothe8th</groupId>
  <artifactId>system</artifactId>
  <version>0.2.0</version>
</dependency>