License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.quickperf |
ArtifactId | ArtifactIdquick-perf-testng |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuickPerf is a testing library for Java providing annotations to quickly evaluate some performance properties.
|
Filename | Size |
---|---|
quick-perf-testng-1.1.0.pom | |
quick-perf-testng-1.1.0.jar | 9 KB |
quick-perf-testng-1.1.0-sources.jar | 6 KB |
quick-perf-testng-1.1.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.quickperf/quick-perf-testng/ -->
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-testng</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-testng/
implementation 'org.quickperf:quick-perf-testng:1.1.0'
// https://jarcasting.com/artifacts/org.quickperf/quick-perf-testng/
implementation ("org.quickperf:quick-perf-testng:1.1.0")
'org.quickperf:quick-perf-testng:jar:1.1.0'
<dependency org="org.quickperf" name="quick-perf-testng" rev="1.1.0">
<artifact name="quick-perf-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-testng', version='1.1.0')
)
libraryDependencies += "org.quickperf" % "quick-perf-testng" % "1.1.0"
[org.quickperf/quick-perf-testng "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.quickperf : quick-perf-core | jar | 1.1.0 |
org.quickperf : quick-perf-jvm-annotations | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.quickperf » quick-perf-testng-test-util | test-jar | 1.1.0 |
org.assertj : assertj-core | jar | 2.9.0 |