| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.stephenc |
| Идентификатор | Идентификаторjamm |
| Последняя версия | Последняя версия0.2.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava Agent for Memory Measurements
Jamm provides MemoryMeter, a java agent to measure actual object memory use including JVM overhead.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.6 |