akka-docs/src/main/paradox/index-actors.md
@@includeincludes.md { #actor-api }
@@@note The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. @@@
To use Classic Akka Actors, you must add the following dependency in your project:
@@dependency[sbt,Maven,Gradle] { bomGroup=com.typesafe.akka bomArtifact=akka-bom_$scala.binary.version$ bomVersionSymbols=AkkaVersion symbol1=AkkaVersion value1="$akka.version$" group="com.typesafe.akka" artifact="akka-actor_$scala.binary.version$" version=AkkaVersion group2="com.typesafe.akka" artifact2="akka-testkit_$scala.binary.version$" scope2=test version2=AkkaVersion }
@@toc { depth=2 }
@@@ index
@@@