文件下载
文件名 操作
quick-perf-spring-1.0.0-RC6.pom 下载
Apache Maven
<dependency>
  <groupId>org.quickperf</groupId>
  <artifactId>quick-perf-spring</artifactId>
  <version>1.0.0-RC6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.quickperf:quick-perf-spring:1.0.0-RC6'
Gradle Kotlin
implementation("org.quickperf:quick-perf-spring:1.0.0-RC6")
Scala SBT
libraryDependencies += "org.quickperf" % "quick-perf-spring" % "1.0.0-RC6"
Groovy Grape
@Grapes(
  @Grab(group='org.quickperf', module='quick-perf-spring', version='1.0.0-RC6')
)
Apache Ivy
<dependency org="org.quickperf" name="quick-perf-spring" rev="1.0.0-RC6" />
Leiningen
[org.quickperf/quick-perf-spring "1.0.0-RC6"]
Apache Buildr
'org.quickperf:quick-perf-spring:jar:1.0.0-RC6'