com.outpace/memory-estimator-agent

A simple JVM agent for estimating the size of objects in memory.

Leiningen/Boot

[com.outpace/memory-estimator-agent "1.0.0"]

Clojure CLI/deps.edn

com.outpace/memory-estimator-agent {:mvn/version "1.0.0"}

Gradle

implementation("com.outpace:memory-estimator-agent:1.0.0")

Maven

<dependency>
  <groupId>com.outpace</groupId>
  <artifactId>memory-estimator-agent</artifactId>
  <version>1.0.0</version>
</dependency>