Search Reference Documentation
- Jump immediately to
- in
- reference documentation.
Release Versions
Akka 2.4.16 (current stable release) for Scala 2.11 / 2.12 and Java 8+
-
Akka Documentation
All artifacts are available on Maven Central.
- sbt
- gradle
- maven
Akka HTTP
Akka HTTP maintains its own release cycle.
The current stable series is 10.x, and it is compatible with the latest Akka 2.4.x.
If you’ve been using Akka HTTP while some of its modules were experimental,
please note that now you should remove the -experimental suffix from all artifact names you depend on.
Additionally you most likely want to depend on akka-http which provides the Routing DSL,
rather than just akka-http-core which provides the raw HTTP model as well as low level HTTP server.
- sbt
- gradle
- maven
Akka 2.3.15 (previous stable release) for Scala 2.10 / 2.11 and Java 6+
-
Akka Documentation
Milestone Versions
Akka 2.5-M1 (pre-release of what is going to become Akka 2.5) for Scala 2.11 / 2.12 and Java 8+
-
Akka Documentation
Akka Snapshots
Automatically published documentation for the latest SNAPSHOT version of Akka can be found here:
Automatically published Scaladoc API for the latest SNAPSHOT version of Akka can be found here:
Old Versions
Akka Streams and HTTP
The 2.0.x series of the Akka Streams and HTTP is available if you need to use them on JDK 6.
This release is maintained by backporting important fixes and remains binary compatible withn it’s own series.
If possible, it is strongly recommended to upgrade to Akka 2.4.x instead, which includes Akka Streams and HTTP since version 2.4.2.
- The artifacts are available on Maven Central (for use with Scala version
2.11.x):"com.typesafe.akka" % "akka-stream-experimental_2.11" % "2.0.4""com.typesafe.akka" % "akka-http-core-experimental_2.11" % "2.0.4""com.typesafe.akka" % "akka-http-experimental_2.11" % "2.0.4"(for Java & Scala DSL)- plus testkits and marshallers
- similarily artifacts for use with Scala version
2.10.x, are available as:"com.typesafe.akka" % "akka-stream-experimental_2.10" % "2.0.4""com.typesafe.akka" % "akka-http-core-experimental_2.10" % "2.0.4""com.typesafe.akka" % "akka-http-experimental_2.10" % "2.0.4"(for Java & Scala DSL)- plus testkits and marshallers
- Reference documentation for Java and Scala
Akka 2.2.5 for Scala 2.10 and Java 6+
- HTML for Java and Scala
- PDF for Java and Scala
- EPUB (Combined Java and Scala)
- Akka API - for Java and Scala
