文件下载
文件名 操作
quicklens_native0.4_2.13-1.8.6.jar 下载
quicklens_native0.4_2.13-1.8.6.pom 下载
quicklens_native0.4_2.13-1.8.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.softwaremill.quicklens</groupId>
  <artifactId>quicklens_native0.4_2.13</artifactId>
  <version>1.8.6</version>
</dependency>
Gradle Groovy
implementation 'com.softwaremill.quicklens:quicklens_native0.4_2.13:1.8.6'
Gradle Kotlin
implementation("com.softwaremill.quicklens:quicklens_native0.4_2.13:1.8.6")
Scala SBT
libraryDependencies += "com.softwaremill.quicklens" % "quicklens_native0.4_2.13" % "1.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.softwaremill.quicklens', module='quicklens_native0.4_2.13', version='1.8.6')
)
Apache Ivy
<dependency org="com.softwaremill.quicklens" name="quicklens_native0.4_2.13" rev="1.8.6" />
Leiningen
[com.softwaremill.quicklens/quicklens_native0.4_2.13 "1.8.6"]
Apache Buildr
'com.softwaremill.quicklens:quicklens_native0.4_2.13:jar:1.8.6'