is not current version
Last Version 7.5

org.perfcake:perfcake 2.0

A Lightweight Performance Testing Framework

GroupId

GroupId

org.perfcake
ArtifactId

ArtifactId

perfcake
Version

Version

2.0
Type

Type

jar

Download perfcake 2.0


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