org.duct-framework/module.logging

Logging module for Duct

Leiningen/Boot

[org.duct-framework/module.logging "0.6.3"]

Clojure CLI/deps.edn

org.duct-framework/module.logging {:mvn/version "0.6.3"}

Gradle

implementation("org.duct-framework:module.logging:0.6.3")

Maven

<dependency>
  <groupId>org.duct-framework</groupId>
  <artifactId>module.logging</artifactId>
  <version>0.6.3</version>
</dependency>