a

akka-bom_3

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala. (depending on Scala 3)
https://akka.io/
BUSL-1.1
Lightbend Inc.
Akka Contributors
Files download
File Operation
akka-bom_3-2.7.0-M3.pom download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-bom_3</artifactId>
  <version>2.7.0-M3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-bom_3:2.7.0-M3'
Gradle Kotlin
implementation("com.typesafe.akka:akka-bom_3:2.7.0-M3")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-bom_3" % "2.7.0-M3"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-bom_3', version='2.7.0-M3')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-bom_3" rev="2.7.0-M3" />
Leiningen
[com.typesafe.akka/akka-bom_3 "2.7.0-M3"]
Apache Buildr
'com.typesafe.akka:akka-bom_3:jar:2.7.0-M3'
Dependencies
The project has no third-party dependencies