<dependency> <groupId>com.twitter</groupId> <artifactId>chill-akka_2.11</artifactId> <version>0.5.2</version> </dependency>
implementation 'com.twitter:chill-akka_2.11:0.5.2'
implementation("com.twitter:chill-akka_2.11:0.5.2")
libraryDependencies += "com.twitter" % "chill-akka_2.11" % "0.5.2"
@Grapes( @Grab(group='com.twitter', module='chill-akka_2.11', version='0.5.2') )
<dependency org="com.twitter" name="chill-akka_2.11" rev="0.5.2" />
[com.twitter/chill-akka_2.11 "0.5.2"]
'com.twitter:chill-akka_2.11:jar:0.5.2'
compile
|-- org.scala-lang:scala-library:2.11.5
|-- com.twitter:chill_2.11:0.5.2
|-- com.esotericsoftware.kryo:kryo:2.21
|-- com.typesafe:config:1.2.1
provided
|-- com.typesafe.akka:akka-actor_2.11:2.3.6
test
|-- org.scalacheck:scalacheck_2.11:1.11.5
|-- org.scalatest:scalatest_2.11:2.2.2