| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаorg.quickperf |
| Идентификатор | Идентификаторquick-perf-junit4 |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеQuickPerf is a testing library for Java providing annotations to quickly evaluate some performance properties.
|
| Имя Файла | Размер |
|---|---|
| quick-perf-junit4-1.1.0.pom | |
| quick-perf-junit4-1.1.0.jar | 9 KB |
| quick-perf-junit4-1.1.0-sources.jar | 7 KB |
| quick-perf-junit4-1.1.0-javadoc.jar | 393 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.quickperf/quick-perf-junit4/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-junit4/
implementation 'org.quickperf:quick-perf-junit4:1.1.0'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-junit4/
implementation ("org.quickperf:quick-perf-junit4:1.1.0")
'org.quickperf:quick-perf-junit4:jar:1.1.0'
<dependency org="org.quickperf" name="quick-perf-junit4" rev="1.1.0">
<artifact name="quick-perf-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-junit4', version='1.1.0')
)
libraryDependencies += "org.quickperf" % "quick-perf-junit4" % "1.1.0"
[org.quickperf/quick-perf-junit4 "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.quickperf : quick-perf-core | jar | 1.1.0 |
| org.quickperf : quick-perf-jvm-annotations | jar | 1.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.25.0 |
| org.assertj : assertj-core | jar | 2.9.0 |