Back to Akka

Classic Utilities

akka-docs/src/main/paradox/index-utilities-classic.md

10.1.0854 B
Original Source

Classic Utilities

Dependency

@@@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 Utilities, 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

@@@