| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.stephankoelle |
| Идентификатор | Идентификаторjamm |
| Последняя версия | Последняя версия0.4.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava Agent for Memory Measurements
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jamm-0.4.1.pom | |
| jamm-0.4.1.jar | 94 KB |
| jamm-0.4.1-tests.jar | 3 KB |
| jamm-0.4.1-sources.jar | 41 KB |
| jamm-0.4.1-javadoc.jar | 118 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.stephankoelle/jamm/ -->
<dependency>
<groupId>io.github.stephankoelle</groupId>
<artifactId>jamm</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stephankoelle/jamm/
implementation 'io.github.stephankoelle:jamm:0.4.1'
// https://jarcasting.com/artifacts/io.github.stephankoelle/jamm/
implementation ("io.github.stephankoelle:jamm:0.4.1")
'io.github.stephankoelle:jamm:jar:0.4.1'
<dependency org="io.github.stephankoelle" name="jamm" rev="0.4.1">
<artifact name="jamm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stephankoelle', module='jamm', version='0.4.1')
)
libraryDependencies += "io.github.stephankoelle" % "jamm" % "0.4.1"
[io.github.stephankoelle/jamm "0.4.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openjdk.jmh : jmh-core Необязательный | jar | 1.24 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.24 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |