| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.databene |
| ArtifactId | ArtifactIdcontiperf |
| Last Version | Last Version2.3.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondatabene ContiPerf
ContiPerf is an open source testing utility that enables the user to easily
convert JUnit 4 test cases into performance tests.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| contiperf-2.3.4.pom | |
| contiperf-2.3.4.jar | 99 KB |
| contiperf-2.3.4-sources.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.databene/contiperf/ -->
<dependency>
<groupId>org.databene</groupId>
<artifactId>contiperf</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.databene/contiperf/
implementation 'org.databene:contiperf:2.3.4'
// https://jarcasting.com/artifacts/org.databene/contiperf/
implementation ("org.databene:contiperf:2.3.4")
'org.databene:contiperf:jar:2.3.4'
<dependency org="org.databene" name="contiperf" rev="2.3.4">
<artifact name="contiperf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.databene', module='contiperf', version='2.3.4')
)
libraryDependencies += "org.databene" % "contiperf" % "2.3.4"
[org.databene/contiperf "2.3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |