j

jamm

Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
https://github.com/jbellis/jamm/
The Apache Software License, Version 2.0
Stephen Connolly Jonathan Ellis
Files download
File Operation
jamm-0.2.4.jar download
jamm-0.2.4.pom download
jamm-0.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephenc</groupId>
  <artifactId>jamm</artifactId>
  <version>0.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc:jamm:0.2.4'
Gradle Kotlin
implementation("com.github.stephenc:jamm:0.2.4")
Scala SBT
libraryDependencies += "com.github.stephenc" % "jamm" % "0.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc', module='jamm', version='0.2.4')
)
Apache Ivy
<dependency org="com.github.stephenc" name="jamm" rev="0.2.4" />
Leiningen
[com.github.stephenc/jamm "0.2.4"]
Apache Buildr
'com.github.stephenc:jamm:jar:0.2.4'