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