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-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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