| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.microsoft.aspnet |
| ArtifactId | ArtifactIdsignalr |
| Version | Version0.1.0-preview2-35174 |
| Type | Typejar |
| Description |
Descriptioncom.microsoft.aspnet:signalr
ASP.NET Core SignalR Client for Java applications
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft.aspnet/signalr/ -->
<dependency>
<groupId>com.microsoft.aspnet</groupId>
<artifactId>signalr</artifactId>
<version>0.1.0-preview2-35174</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.aspnet/signalr/
implementation 'com.microsoft.aspnet:signalr:0.1.0-preview2-35174'
// https://jarcasting.com/artifacts/com.microsoft.aspnet/signalr/
implementation ("com.microsoft.aspnet:signalr:0.1.0-preview2-35174")
'com.microsoft.aspnet:signalr:jar:0.1.0-preview2-35174'
<dependency org="com.microsoft.aspnet" name="signalr" rev="0.1.0-preview2-35174">
<artifact name="signalr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.aspnet', module='signalr', version='0.1.0-preview2-35174')
)
libraryDependencies += "com.microsoft.aspnet" % "signalr" % "0.1.0-preview2-35174"
[com.microsoft.aspnet/signalr "0.1.0-preview2-35174"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.java-websocket : Java-WebSocket | jar | 1.3.8 |
| com.google.code.gson : gson | jar | 2.8.5 |
| com.squareup.okhttp3 : okhttp | jar | 3.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |