org.rssys/metrics

Metrics library designed to perform monitoring of application and JVM.

Leiningen/Boot

[org.rssys/metrics "0.1.1"]

Clojure CLI/deps.edn

org.rssys/metrics {:mvn/version "0.1.1"}

Gradle

implementation("org.rssys:metrics:0.1.1")

Maven

<dependency>
  <groupId>org.rssys</groupId>
  <artifactId>metrics</artifactId>
  <version>0.1.1</version>
</dependency>