<dependency> <groupId>com.twitter</groupId> <artifactId>chill_2.12</artifactId> <version>0.9.4</version> </dependency>
implementation 'com.twitter:chill_2.12:0.9.4'
implementation("com.twitter:chill_2.12:0.9.4")
libraryDependencies += "com.twitter" % "chill_2.12" % "0.9.4"
@Grapes( @Grab(group='com.twitter', module='chill_2.12', version='0.9.4') )
<dependency org="com.twitter" name="chill_2.12" rev="0.9.4" />
[com.twitter/chill_2.12 "0.9.4"]
'com.twitter:chill_2.12:jar:0.9.4'
compile
|-- org.scala-lang:scala-library:2.12.8
|-- com.twitter:chill-java:0.9.4
|-- com.esotericsoftware:kryo-shaded:4.0.2
|-- org.apache.xbean:xbean-asm7-shaded:4.15
test
|-- org.scalacheck:scalacheck_2.12:1.14.0
|-- org.scalatest:scalatest_2.12:3.0.8