rsocket-transport-akka

Akka RSocket transport implementations (TCP, Websocket)

License

License

The Apache Software License, Version 2.0
Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

io.rsocket
ArtifactId

ArtifactId

rsocket-transport-akka_2.11
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

rsocket-transport-akka
Akka RSocket transport implementations (TCP, Websocket)
Project URL

Project URL

http://rsocket.io
Source Code Management

Source Code Management

https://github.com/rsocket/rsocket-transport-akka

Download rsocket-transport-akka_2.11

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.
io.rsocket

RSocket

Streaming message protocol with Reactive Extension/Stream semantics

Versions

Version
0.2.0
0.1.0
0.0.5
0.0.4