| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJMH Тестирование приложения и мониторинг Performance analysis |
| Группа | Группаcom.github.biboudis |
| Идентификатор | Идентификаторjmh-profilers |
| Последняя версия | Последняя версия0.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJMH Pluggable Profilers
Pluggable profilers for JMH that are discovered through SPI (for JMH >= 1.2) when the profiler is
present in the classpath.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jmh-profilers-0.1.4.pom | |
| jmh-profilers-0.1.4.jar | 7 KB |
| jmh-profilers-0.1.4-sources.jar | 2 KB |
| jmh-profilers-0.1.4-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.biboudis/jmh-profilers/ -->
<dependency>
<groupId>com.github.biboudis</groupId>
<artifactId>jmh-profilers</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.biboudis/jmh-profilers/
implementation 'com.github.biboudis:jmh-profilers:0.1.4'
// https://jarcasting.com/artifacts/com.github.biboudis/jmh-profilers/
implementation ("com.github.biboudis:jmh-profilers:0.1.4")
'com.github.biboudis:jmh-profilers:jar:0.1.4'
<dependency org="com.github.biboudis" name="jmh-profilers" rev="0.1.4">
<artifact name="jmh-profilers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.biboudis', module='jmh-profilers', version='0.1.4')
)
libraryDependencies += "com.github.biboudis" % "jmh-profilers" % "0.1.4"
[com.github.biboudis/jmh-profilers "0.1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openjdk.jmh : jmh-core | jar | 1.18 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |