Utilities
Dependency
To use Utilities, you must add the following dependency in your project:
- sbt
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.32"
- Maven
<dependencies>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
<version>2.5.32</version>
</dependency>
</dependencies>
- Gradle
dependencies {
implementation "com.typesafe.akka:akka-actor_2.12:2.5.32"
}
Found an error in this documentation? The source code for this page can be found
here.
Please feel free to edit and contribute a pull request.