| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.kemtoa |
| Идентификатор | Идентификаторglibc-malloc-stats |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеio.kemtoa:glibc-malloc-stats
An utility for retrieving the JVM's malloc statistics when using glibc malloc.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| glibc-malloc-stats-1.0.0.pom | |
| glibc-malloc-stats-1.0.0.jar | 12 KB |
| glibc-malloc-stats-1.0.0-sources.jar | 3 KB |
| glibc-malloc-stats-1.0.0-javadoc.jar | 389 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.kemtoa/glibc-malloc-stats/ -->
<dependency>
<groupId>io.kemtoa</groupId>
<artifactId>glibc-malloc-stats</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kemtoa/glibc-malloc-stats/
implementation 'io.kemtoa:glibc-malloc-stats:1.0.0'
// https://jarcasting.com/artifacts/io.kemtoa/glibc-malloc-stats/
implementation ("io.kemtoa:glibc-malloc-stats:1.0.0")
'io.kemtoa:glibc-malloc-stats:jar:1.0.0'
<dependency org="io.kemtoa" name="glibc-malloc-stats" rev="1.0.0">
<artifact name="glibc-malloc-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kemtoa', module='glibc-malloc-stats', version='1.0.0')
)
libraryDependencies += "io.kemtoa" % "glibc-malloc-stats" % "1.0.0"
[io.kemtoa/glibc-malloc-stats "1.0.0"]