is not current version
Last Version 7.5

org.perfcake:perfcake 3.2

A Lightweight Performance Testing Framework

GroupId

GroupId

org.perfcake
ArtifactId

ArtifactId

perfcake
Version

Version

3.2
Type

Type

jar

Download perfcake 3.2


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