is not current version
Last Version 7.5

org.perfcake:perfcake 6.2

A Lightweight Performance Testing Framework

GroupId

GroupId

org.perfcake
ArtifactId

ArtifactId

perfcake
Version

Version

6.2
Type

Type

jar

Download perfcake 6.2


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