is not current version
Last Version 2.3.4

org.databene:contiperf 1.04

ContiPerf is an open source testing utility that enables the user to easily convert JUnit 4 test cases into performance tests.

Categories

Categories

Data
GroupId

GroupId

org.databene
ArtifactId

ArtifactId

contiperf
Version

Version

1.04
Type

Type

jar

Download contiperf 1.04


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