is not current version
Last Version 7.5

org.perfcake:perfcake 2.1

A Lightweight Performance Testing Framework

GroupId

GroupId

org.perfcake
ArtifactId

ArtifactId

perfcake
Version

Version

2.1
Type

Type

jar

Download perfcake 2.1


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