| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.perfcake |
| Идентификатор | Идентификаторperfcake-parent |
| Версия | Версия7.5 |
| Тип | Типpom |
| Описание |
ОписаниеPerfCake parent
A Lightweight Performance Testing Framework
|
| Организация-разработчик |
Организация-разработчикPerfCake Community |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| perfcake-parent-7.5.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.perfcake/perfcake-parent/ -->
<dependency>
<groupId>org.perfcake</groupId>
<artifactId>perfcake-parent</artifactId>
<version>7.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.perfcake/perfcake-parent/
implementation 'org.perfcake:perfcake-parent:7.5'
// https://jarcasting.com/artifacts/org.perfcake/perfcake-parent/
implementation ("org.perfcake:perfcake-parent:7.5")
'org.perfcake:perfcake-parent:pom:7.5'
<dependency org="org.perfcake" name="perfcake-parent" rev="7.5">
<artifact name="perfcake-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.perfcake', module='perfcake-parent', version='7.5')
)
libraryDependencies += "org.perfcake" % "perfcake-parent" % "7.5"
[org.perfcake/perfcake-parent "7.5"]