| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJMH Тестирование приложения и мониторинг Performance analysis |
| Группа | Группаorg.apache.commons |
| Идентификатор | Идентификаторcommons-rng-jmh |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Commons RNG JMH
Code for running JMH benchmarks that assess the performance of the generators.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-rng-jmh-1.0.pom | |
| commons-rng-jmh-1.0.jar | 74 KB |
| commons-rng-jmh-1.0-tests.jar | 8 KB |
| commons-rng-jmh-1.0-test-sources.jar | 7 KB |
| commons-rng-jmh-1.0-sources.jar | 41 KB |
| commons-rng-jmh-1.0-javadoc.jar | 128 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-jmh/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-jmh</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-jmh/
implementation 'org.apache.commons:commons-rng-jmh:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-jmh/
implementation ("org.apache.commons:commons-rng-jmh:1.0")
'org.apache.commons:commons-rng-jmh:jar:1.0'
<dependency org="org.apache.commons" name="commons-rng-jmh" rev="1.0">
<artifact name="commons-rng-jmh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-jmh', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-rng-jmh" % "1.0"
[org.apache.commons/commons-rng-jmh "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-rng-simple | jar | 1.0 |
| org.openjdk.jmh : jmh-core | jar | 1.13 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |