pekko/akka-docs/src/main/paradox/index-actors.md

600 B

Classic Actors

@@includeincludes.md { #actor-api }

Dependency

To use Classic Akka Actors, you must add the following dependency in your project:

@@dependency[sbt,Maven,Gradle] { group="com.typesafe.akka" artifact="akka-actor_$scala.binary_version$" version="$akka.version$" }

@@toc { depth=2 }

@@@ index

@@@