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