is not current version
Last Version 1.1.0

org.quickperf:quick-perf 1.0.0-RC6

QuickPerf is a testing library for Java providing annotations to quickly evaluate some performance properties.

GroupId

GroupId

org.quickperf
ArtifactId

ArtifactId

quick-perf
Version

Version

1.0.0-RC6
Type

Type

pom

Download quick-perf 1.0.0-RC6

Filename Size
quick-perf-1.0.0-RC6.pom 13 KB
Browse

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