Download jamm-0.2.5.jar file - Jar j

Jar examples for j:jamm

Description

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

You can download jar file jamm 0.2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jamm-0.2.5.jar to your project.

<dependency>
   <groupId>com.github.stephenc</groupId>
   <artifactId>jamm</artifactId>
   <version>0.2.5</version>
</dependency>
compile group: 'com.github.stephenc', name: 'jamm', version: '0.2.5'
libraryDependencies += "com.github.stephenc" % "jamm" % "0.2.5"
<dependency org="com.github.stephenc" name="jamm" rev="0.2.5"/>
@Grapes(@Grab(group='com.github.stephenc', module='jamm', version='0.2.5'))
'com.github.stephenc:jamm:jar:0.2.5'

Download

Click the following link to download the jar file.

jamm-0.2.5-javadoc.jar
jamm-0.2.5-sources.jar
jamm-0.2.5.jar
jamm-0.2.5.pom



Related Tutorials