License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-kernel_2.12 |
Version | Version2.5-M1 |
Type | Typejar |
Description |
Descriptionakka-kernel
akka-kernel
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
akka-kernel_2.12-2.5-M1.pom | |
akka-kernel_2.12-2.5-M1.jar | 8 KB |
akka-kernel_2.12-2.5-M1-sources.jar | 2 KB |
akka-kernel_2.12-2.5-M1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-kernel_2.12/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-kernel_2.12</artifactId>
<version>2.5-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-kernel_2.12/
implementation 'com.typesafe.akka:akka-kernel_2.12:2.5-M1'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-kernel_2.12/
implementation ("com.typesafe.akka:akka-kernel_2.12:2.5-M1")
'com.typesafe.akka:akka-kernel_2.12:jar:2.5-M1'
<dependency org="com.typesafe.akka" name="akka-kernel_2.12" rev="2.5-M1">
<artifact name="akka-kernel_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-kernel_2.12', version='2.5-M1')
)
libraryDependencies += "com.typesafe.akka" % "akka-kernel_2.12" % "2.5-M1"
[com.typesafe.akka/akka-kernel_2.12 "2.5-M1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.1 |
com.typesafe.akka : akka-actor_2.12 | jar | 2.5-M1 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-testkit_2.12 | jar | 2.5-M1 |
org.scalatest : scalatest_2.12 | jar | 3.0.0 |
junit : junit | jar | 4.12 |