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.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.quickperf</groupId>
  <artifactId>quick-perf</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.quickperf:quick-perf:1.1.0'
Gradle Kotlin
implementation("org.quickperf:quick-perf:1.1.0")
Scala SBT
libraryDependencies += "org.quickperf" % "quick-perf" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.quickperf', module='quick-perf', version='1.1.0')
)
Apache Ivy
<dependency org="org.quickperf" name="quick-perf" rev="1.1.0" />
Leiningen
[org.quickperf/quick-perf "1.1.0"]
Apache Buildr
'org.quickperf:quick-perf:jar:1.1.0'
Dependencies