License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-bom_3 |
Last Version | Last Version2.6.19 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionakka-bom
Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala. (depending on Scala 3)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-bom_3-2.6.19.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-bom_3/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-bom_3</artifactId>
<version>2.6.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-bom_3/
implementation 'com.typesafe.akka:akka-bom_3:2.6.19'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-bom_3/
implementation ("com.typesafe.akka:akka-bom_3:2.6.19")
'com.typesafe.akka:akka-bom_3:pom:2.6.19'
<dependency org="com.typesafe.akka" name="akka-bom_3" rev="2.6.19">
<artifact name="akka-bom_3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-bom_3', version='2.6.19')
)
libraryDependencies += "com.typesafe.akka" % "akka-bom_3" % "2.6.19"
[com.typesafe.akka/akka-bom_3 "2.6.19"]