.. _support: ######### Project ######### Commercial Support ^^^^^^^^^^^^^^^^^^ Commercial support is provided by `Lightbend `_. Akka is part of the `Lightbend Reactive Platform `_. Mailing List ^^^^^^^^^^^^ `Akka User Google Group `_ `Akka Developer Google Group `_ Downloads ^^^^^^^^^ ``_ Source Code ^^^^^^^^^^^ Akka uses Git and is hosted at `Github `_. * Akka: clone the Akka repository from ``_ Releases Repository ^^^^^^^^^^^^^^^^^^^ All Akka releases are published via Sonatype to Maven Central, see `search.maven.org `_ or `search.maven.org (Akka versions before 2.4.3) `_ Snapshots Repository ^^^^^^^^^^^^^^^^^^^^ Nightly builds are available in http://repo.akka.io/snapshots/ as both ``SNAPSHOT`` and timestamped versions. For timestamped versions, pick a timestamp from http://repo.akka.io/snapshots/com/lightbend/akka/akka-actor_@binVersion@/. All Akka modules that belong to the same build have the same timestamp. sbt definition of snapshot repository ------------------------------------- Make sure that you add the repository to the sbt resolvers:: resolvers += "Lightbend Snapshots" at "http://repo.akka.io/snapshots/" Define the library dependencies with the timestamp as version. For example:: libraryDependencies += "com.typesafe.akka" % "akka-remote_@binVersion@" % "2.1-20121016-001042" maven definition of snapshot repository --------------------------------------- Make sure that you add the repository to the maven repositories in pom.xml:: akka-snapshots Akka Snapshots http://repo.akka.io/snapshots/ default Define the library dependencies with the timestamp as version. For example:: com.typesafe.akka akka-remote_@binVersion@ 2.1-20121016-001042