License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc |
ArtifactId | ArtifactIdjamm |
Last Version | Last Version0.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Agent for Memory Measurements
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jamm-0.2.5.pom | |
jamm-0.2.5.jar | 7 KB |
jamm-0.2.5-sources.jar | 2 KB |
jamm-0.2.5-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc/jamm/ -->
<dependency>
<groupId>com.github.stephenc</groupId>
<artifactId>jamm</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc/jamm/
implementation 'com.github.stephenc:jamm:0.2.5'
// https://jarcasting.com/artifacts/com.github.stephenc/jamm/
implementation ("com.github.stephenc:jamm:0.2.5")
'com.github.stephenc:jamm:jar:0.2.5'
<dependency org="com.github.stephenc" name="jamm" rev="0.2.5">
<artifact name="jamm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc', module='jamm', version='0.2.5')
)
libraryDependencies += "com.github.stephenc" % "jamm" % "0.2.5"
[com.github.stephenc/jamm "0.2.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |