is not current version
Last Version 0.3.3

com.github.jbellis:jamm 0.2.9

Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.

GroupId

GroupId

com.github.jbellis
ArtifactId

ArtifactId

jamm
Version

Version

0.2.9
Type

Type

jar

Download jamm 0.2.9


<!-- https://jarcasting.com/artifacts/com.github.jbellis/jamm/ -->
<dependency>
    <groupId>com.github.jbellis</groupId>
    <artifactId>jamm</artifactId>
    <version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jbellis/jamm/
implementation 'com.github.jbellis:jamm:0.2.9'
// https://jarcasting.com/artifacts/com.github.jbellis/jamm/
implementation ("com.github.jbellis:jamm:0.2.9")
'com.github.jbellis:jamm:jar:0.2.9'
<dependency org="com.github.jbellis" name="jamm" rev="0.2.9">
  <artifact name="jamm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jbellis', module='jamm', version='0.2.9')
)
libraryDependencies += "com.github.jbellis" % "jamm" % "0.2.9"
[com.github.jbellis/jamm "0.2.9"]