License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdio.rsocket |
ArtifactId | ArtifactIdrsocket-transport-akka_2.11 |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrsocket-transport-akka
Akka RSocket transport implementations (TCP, Websocket)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-akka_2.11/ -->
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-transport-akka_2.11</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-akka_2.11/
implementation 'io.rsocket:rsocket-transport-akka_2.11:0.2.0'
// https://jarcasting.com/artifacts/io.rsocket/rsocket-transport-akka_2.11/
implementation ("io.rsocket:rsocket-transport-akka_2.11:0.2.0")
'io.rsocket:rsocket-transport-akka_2.11:jar:0.2.0'
<dependency org="io.rsocket" name="rsocket-transport-akka_2.11" rev="0.2.0">
<artifact name="rsocket-transport-akka_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket', module='rsocket-transport-akka_2.11', version='0.2.0')
)
libraryDependencies += "io.rsocket" % "rsocket-transport-akka_2.11" % "0.2.0"
[io.rsocket/rsocket-transport-akka_2.11 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
io.rsocket : rsocket-core | jar | 1.0.0-RC5 |
com.typesafe.akka : akka-http_2.11 | jar | 10.1.8 |
com.typesafe.akka : akka-stream_2.11 | jar | 2.5.23 |