is not current version
Last Version 7.5

org.perfcake:perfcake 7.4

A Lightweight Performance Testing Framework

GroupId

GroupId

org.perfcake
ArtifactId

ArtifactId

perfcake
Version

Version

7.4
Type

Type

jar

Download perfcake 7.4


<!-- https://jarcasting.com/artifacts/org.perfcake/perfcake/ -->
<dependency>
    <groupId>org.perfcake</groupId>
    <artifactId>perfcake</artifactId>
    <version>7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.perfcake/perfcake/
implementation 'org.perfcake:perfcake:7.4'
// https://jarcasting.com/artifacts/org.perfcake/perfcake/
implementation ("org.perfcake:perfcake:7.4")
'org.perfcake:perfcake:jar:7.4'
<dependency org="org.perfcake" name="perfcake" rev="7.4">
  <artifact name="perfcake" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.perfcake', module='perfcake', version='7.4')
)
libraryDependencies += "org.perfcake" % "perfcake" % "7.4"
[org.perfcake/perfcake "7.4"]