com.github.seancorfield/logging4j2

FIXME: my new library.

Leiningen/Boot

[com.github.seancorfield/logging4j2 "1.0.0"]

Clojure CLI/deps.edn

com.github.seancorfield/logging4j2 {:mvn/version "1.0.0"}

Gradle

implementation("com.github.seancorfield:logging4j2:1.0.0")

Maven

<dependency>
  <groupId>com.github.seancorfield</groupId>
  <artifactId>logging4j2</artifactId>
  <version>1.0.0</version>
</dependency>