stm-profiler

A profiler for clojure STM

Leiningen/Boot

[stm-profiler "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

stm-profiler/stm-profiler {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("stm-profiler:stm-profiler:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>stm-profiler</groupId>
  <artifactId>stm-profiler</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>