parent
85754e8a2a
commit
e6d67d8555
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ To use Cluster Client, you must add the following dependency in your project:
|
|||
|
||||
@@dependency[sbt,Maven,Gradle] {
|
||||
group=com.typesafe.akka
|
||||
artifact=akka-cluster-tools_$scala.major_version$
|
||||
artifact=akka-cluster-tools_$scala.binary_version$
|
||||
version=$akka.version$
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ To use Remoting (codename Artery), you must add the following dependency in your
|
|||
|
||||
@@dependency[sbt,Maven,Gradle] {
|
||||
group=com.typesafe.akka
|
||||
artifact=akka-remote_$scala.major_version$
|
||||
artifact=akka-remote_$scala.binary_version$
|
||||
version=$akka.version$
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ To use Akka Remoting, you must add the following dependency in your project:
|
|||
|
||||
@@dependency[sbt,Maven,Gradle] {
|
||||
group=com.typesafe.akka
|
||||
artifact=akka-remote_$scala.major_version$
|
||||
artifact=akka-remote_$scala.binary_version$
|
||||
version=$akka.version$
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue