j

jamm

Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
https://github.com/stephankoelle/jamm/
The Apache Software License, Version 2.0
Stephen Connolly Jonathan Ellis Benedict Elliott Smith Dave Brosius Michael Shuler Stephan Kölle
文件下载
文件名 操作
jamm-0.4.0.jar 下载
jamm-0.4.0.pom 下载
jamm-0.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.stephankoelle</groupId>
  <artifactId>jamm</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.stephankoelle:jamm:0.4.0'
Gradle Kotlin
implementation("io.github.stephankoelle:jamm:0.4.0")
Scala SBT
libraryDependencies += "io.github.stephankoelle" % "jamm" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.stephankoelle', module='jamm', version='0.4.0')
)
Apache Ivy
<dependency org="io.github.stephankoelle" name="jamm" rev="0.4.0" />
Leiningen
[io.github.stephankoelle/jamm "0.4.0"]
Apache Buildr
'io.github.stephankoelle:jamm:jar:0.4.0'