org.syslog4j/syslog4j

Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the draft "structured syslog" protocol (RFC Draft).

Leiningen/Boot

[org.syslog4j/syslog4j "0.9.46"]

Clojure CLI/deps.edn

org.syslog4j/syslog4j {:mvn/version "0.9.46"}

Gradle

implementation("org.syslog4j:syslog4j:0.9.46")

Maven

<dependency>
  <groupId>org.syslog4j</groupId>
  <artifactId>syslog4j</artifactId>
  <version>0.9.46</version>
</dependency>