org.domaindrivenarchitecture/dda-serverspec-crate

A crate to get facts from server nodes and test these facst against your expectation.

Leiningen/Boot

[org.domaindrivenarchitecture/dda-serverspec-crate "3.0.0"]

Clojure CLI/deps.edn

org.domaindrivenarchitecture/dda-serverspec-crate {:mvn/version "3.0.0"}

Gradle

implementation("org.domaindrivenarchitecture:dda-serverspec-crate:3.0.0")

Maven

<dependency>
  <groupId>org.domaindrivenarchitecture</groupId>
  <artifactId>dda-serverspec-crate</artifactId>
  <version>3.0.0</version>
</dependency>