Update Java package version reference (#28083)
Closes https://github.com/dotnet/aspnetcore/issues/45315pull/28094/head
parent
b3f3f05aeb
commit
acc0176be2
|
@ -20,12 +20,12 @@ The sample Java console app referenced in this article uses the SignalR Java cli
|
||||||
|
|
||||||
## Install the SignalR Java client package
|
## Install the SignalR Java client package
|
||||||
|
|
||||||
The *signalr-1.0.0* JAR file allows clients to connect to SignalR hubs. To find the latest JAR file version number, see the [Maven search results](https://search.maven.org/search?q=g:com.microsoft.signalr%20AND%20a:signalr).
|
The *signalr-7.0.0* JAR file allows clients to connect to SignalR hubs. To find the latest JAR file version number, see the [Maven search results](https://search.maven.org/search?q=g:com.microsoft.signalr%20AND%20a:signalr).
|
||||||
|
|
||||||
If using Gradle, add the following line to the `dependencies` section of your *build.gradle* file:
|
If using Gradle, add the following line to the `dependencies` section of your *build.gradle* file:
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
implementation 'com.microsoft.signalr:signalr:1.0.0'
|
implementation 'com.microsoft.signalr:signalr:7.0.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
If using Maven, add the following lines inside the `<dependencies>` element of your `pom.xml` file:
|
If using Maven, add the following lines inside the `<dependencies>` element of your `pom.xml` file:
|
||||||
|
|
Loading…
Reference in New Issue