<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-camel_2.11</artifactId>
<version>2.4.16</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-camel_2.11', version='2.4.16')
)
compile
|-- org.scala-lang:scala-library:2.11.8
|-- com.typesafe.akka:akka-actor_2.11:2.4.16
|-- com.typesafe.akka:akka-slf4j_2.11:2.4.16
|-- org.apache.camel:camel-core:2.13.4
test
|-- com.typesafe.akka:akka-testkit_2.11:2.4.16
|-- org.scalatest:scalatest_2.11:3.0.0
|-- junit:junit:4.12
|-- org.mockito:mockito-all:1.10.19