<dependency> <groupId>com.twitter</groupId> <artifactId>chill_2.12</artifactId> <version>0.7.7</version> </dependency>
implementation 'com.twitter:chill_2.12:0.7.7'
implementation("com.twitter:chill_2.12:0.7.7")
libraryDependencies += "com.twitter" % "chill_2.12" % "0.7.7"
@Grapes( @Grab(group='com.twitter', module='chill_2.12', version='0.7.7') )
<dependency org="com.twitter" name="chill_2.12" rev="0.7.7" />
[com.twitter/chill_2.12 "0.7.7"]
'com.twitter:chill_2.12:jar:0.7.7'
compile
|-- org.scala-lang:scala-library:2.12.1
|-- com.twitter:chill-java:0.7.7
|-- com.esotericsoftware.kryo:kryo:2.21
test
|-- org.scalacheck:scalacheck_2.12:1.11.6
|-- org.scalatest:scalatest_2.12:3.0.0