License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-sample-hello_2.10 |
Version | Version2.3-M1 |
Type | Typejar |
Description |
Descriptionakka-sample-hello
akka-sample-hello
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
akka-sample-hello_2.10-2.3-M1.pom | 1 KB |
akka-sample-hello_2.10-2.3-M1-sources.jar | 964 bytes |
akka-sample-hello_2.10-2.3-M1-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-sample-hello_2.10/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-sample-hello_2.10</artifactId>
<version>2.3-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-sample-hello_2.10/
implementation 'com.typesafe.akka:akka-sample-hello_2.10:2.3-M1'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-sample-hello_2.10/
implementation ("com.typesafe.akka:akka-sample-hello_2.10:2.3-M1")
'com.typesafe.akka:akka-sample-hello_2.10:jar:2.3-M1'
<dependency org="com.typesafe.akka" name="akka-sample-hello_2.10" rev="2.3-M1">
<artifact name="akka-sample-hello_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-sample-hello_2.10', version='2.3-M1')
)
libraryDependencies += "com.typesafe.akka" % "akka-sample-hello_2.10" % "2.3-M1"
[com.typesafe.akka/akka-sample-hello_2.10 "2.3-M1"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-actor_2.10 | jar | 2.3-M1 |
org.scala-lang : scala-library | jar | 2.10.2 |