q

quick-perf

QuickPerf is a testing library for Java providing annotations to quickly evaluate some performance properties.
https://github.com/quick-perf/quickperf
The Apache Software License, Version 2.0
Jean Bisutti
Files download
File Operation
quick-perf-1.0.0-RC6.pom download
Apache Maven
<dependency>
  <groupId>org.quickperf</groupId>
  <artifactId>quick-perf</artifactId>
  <version>1.0.0-RC6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.quickperf:quick-perf:1.0.0-RC6'
Gradle Kotlin
implementation("org.quickperf:quick-perf:1.0.0-RC6")
Scala SBT
libraryDependencies += "org.quickperf" % "quick-perf" % "1.0.0-RC6"
Groovy Grape
@Grapes(
  @Grab(group='org.quickperf', module='quick-perf', version='1.0.0-RC6')
)
Apache Ivy
<dependency org="org.quickperf" name="quick-perf" rev="1.0.0-RC6" />
Leiningen
[org.quickperf/quick-perf "1.0.0-RC6"]
Apache Buildr
'org.quickperf:quick-perf:jar:1.0.0-RC6'
Dependencies