<dependency> <groupId>com.twitter</groupId> <artifactId>chill_2.11</artifactId> <version>0.8.0</version> </dependency>
implementation 'com.twitter:chill_2.11:0.8.0'
implementation("com.twitter:chill_2.11:0.8.0")
libraryDependencies += "com.twitter" % "chill_2.11" % "0.8.0"
@Grapes( @Grab(group='com.twitter', module='chill_2.11', version='0.8.0') )
<dependency org="com.twitter" name="chill_2.11" rev="0.8.0" />
[com.twitter/chill_2.11 "0.8.0"]
'com.twitter:chill_2.11:jar:0.8.0'
compile
|-- org.scala-lang:scala-library:2.11.7
|-- com.twitter:chill-java:0.8.0
|-- com.esotericsoftware:kryo-shaded:3.0.3
test
|-- org.scalacheck:scalacheck_2.11:1.11.5
|-- org.scalatest:scalatest_2.11:2.2.2