Files download
File Operation
quick-perf-sql-annotations-1.0.0-RC4.jar download
quick-perf-sql-annotations-1.0.0-RC4.pom download
quick-perf-sql-annotations-1.0.0-RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.quickperf</groupId>
  <artifactId>quick-perf-sql-annotations</artifactId>
  <version>1.0.0-RC4</version>
</dependency>
Gradle Groovy
implementation 'org.quickperf:quick-perf-sql-annotations:1.0.0-RC4'
Gradle Kotlin
implementation("org.quickperf:quick-perf-sql-annotations:1.0.0-RC4")
Scala SBT
libraryDependencies += "org.quickperf" % "quick-perf-sql-annotations" % "1.0.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.quickperf', module='quick-perf-sql-annotations', version='1.0.0-RC4')
)
Apache Ivy
<dependency org="org.quickperf" name="quick-perf-sql-annotations" rev="1.0.0-RC4" />
Leiningen
[org.quickperf/quick-perf-sql-annotations "1.0.0-RC4"]
Apache Buildr
'org.quickperf:quick-perf-sql-annotations:jar:1.0.0-RC4'