Last Version

Java Agent for Memory Measurements 0.3.3

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

License

License

GroupId

GroupId

com.github.jbellis
ArtifactId

ArtifactId

jamm
Version

Version

0.3.3
Type

Type

jar
Description

Description

Java Agent for Memory Measurements
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
Project URL

Project URL

https://github.com/jbellis/jamm/
Source Code Management

Source Code Management

http://github.com/jbellis/jamm/tree/master/

Download jamm 0.3.3


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.