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