Fix quotes around version number in the docs (#23092)
This commit is contained in:
parent
f4bf497536
commit
8521333f49
17 changed files with 17 additions and 17 deletions
|
|
@ -142,7 +142,7 @@ To use the Cluster Client you must add the following dependency in your project.
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -380,7 +380,7 @@ To use the Cluster Sharding you must add the following dependency in your projec
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-sharding" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-sharding" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ To use the Cluster Singleton you must add the following dependency in your proje
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -627,7 +627,7 @@ To use Distributed Data you must add the following dependency in your project.
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-distributed-data" % $akka.version$
|
"com.typesafe.akka" %% "akka-distributed-data" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@ To use Distributed Publish Subscribe you must add the following dependency in yo
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ To use the Cluster Client you must add the following dependency in your project.
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@ To use the Cluster Sharding you must add the following dependency in your projec
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-sharding" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-sharding" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ To use the Cluster Singleton you must add the following dependency in your proje
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ The Akka cluster is a separate jar file. Make sure that you have the following d
|
||||||
|
|
||||||
@@@vars
|
@@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -631,7 +631,7 @@ To use Distributed Data you must add the following dependency in your project.
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-distributed-data" % $akka.version$
|
"com.typesafe.akka" %% "akka-distributed-data" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,7 @@ To use Distributed Publish Subscribe you must add the following dependency in yo
|
||||||
sbt
|
sbt
|
||||||
: @@@vars
|
: @@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
|
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f
|
||||||
|
|
||||||
@@@vars
|
@@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-multi-node-testkit" % $akka.version$
|
"com.typesafe.akka" %% "akka-multi-node-testkit" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Make sure that you have the following dependency in your project:
|
||||||
|
|
||||||
@@@vars
|
@@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-persistence-query" % $akka.version$
|
"com.typesafe.akka" %% "akka-persistence-query" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ Akka persistence query is a separate jar file. Make sure that you have the follo
|
||||||
|
|
||||||
@@@vars
|
@@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-persistence-query" % $akka.version$
|
"com.typesafe.akka" %% "akka-persistence-query" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ Akka persistence is a separate jar file. Make sure that you have the following d
|
||||||
|
|
||||||
@@@vars
|
@@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-persistence" % $akka.version$
|
"com.typesafe.akka" %% "akka-persistence" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ The Akka remoting is a separate jar file. Make sure that you have the following
|
||||||
|
|
||||||
@@@vars
|
@@@vars
|
||||||
```
|
```
|
||||||
"com.typesafe.akka" %% "akka-remote" % $akka.version$
|
"com.typesafe.akka" %% "akka-remote" % "$akka.version$"
|
||||||
```
|
```
|
||||||
@@@
|
@@@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ The Akka remoting is a separate jar file. Make sure that you have the following
|
||||||
@@@vars
|
@@@vars
|
||||||
sbt
|
sbt
|
||||||
: ```
|
: ```
|
||||||
"com.typesafe.akka" %% "akka-remote" % $akka.version$
|
"com.typesafe.akka" %% "akka-remote" % "$akka.version$"
|
||||||
```
|
```
|
||||||
|
|
||||||
Maven
|
Maven
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue