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