<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>reactive-activemq_2.11</artifactId>
<version>0.0.27</version>
</dependency>
@Grapes(
@Grab(group='com.github.dnvriend', module='reactive-activemq_2.11', version='0.0.27')
)
compile
|-- org.scala-lang:scala-library:2.11.8
|-- com.typesafe.akka:akka-stream_2.11:2.4.16
|-- com.typesafe.akka:akka-camel_2.11:2.4.16
|-- com.typesafe.akka:akka-http-spray-json_2.11:10.0.1
|-- org.scalaz:scalaz-core_2.11:7.2.8
|-- org.apache.activemq:activemq-camel:5.14.3
|-- com.google.protobuf:protobuf-java:3.1.0
test
|-- com.typesafe.akka:akka-stream-testkit_2.11:2.4.16