Files download
File Operation
akka-agent_2.13.0-RC2-2.5.23.jar download
akka-agent_2.13.0-RC2-2.5.23.pom download
akka-agent_2.13.0-RC2-2.5.23-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-agent_2.13.0-RC2</artifactId>
  <version>2.5.23</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-agent_2.13.0-RC2:2.5.23'
Gradle Kotlin
implementation("com.typesafe.akka:akka-agent_2.13.0-RC2:2.5.23")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-agent_2.13.0-RC2" % "2.5.23"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-agent_2.13.0-RC2', version='2.5.23')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-agent_2.13.0-RC2" rev="2.5.23" />
Leiningen
[com.typesafe.akka/akka-agent_2.13.0-RC2 "2.5.23"]
Apache Buildr
'com.typesafe.akka:akka-agent_2.13.0-RC2:jar:2.5.23'