Akka's Maven Repository

This repository holds all the Akka modules as well as all Akka's dependencies that are not available in any other public repository.

Add this section to your Maven pom.xml file:

<repository>
  <id>akka.repository</id>
  <name>Akka Maven Repository</name>
  <url>http://akka.io/repository</url>
</repository>

If you are using 'sbt' (Simple Build Tool):
val akka_repo = "Akka Maven Repository" at "http://akka.io/repository"