is not current version
Last Version 0.2.5

com.github.stephenc:jamm 0.2.2

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

GroupId

GroupId

com.github.stephenc
ArtifactId

ArtifactId

jamm
Version

Version

0.2.2
Type

Type

jar

Download jamm 0.2.2


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