is not current version
Last Version 0.3.1

io.joshworks.stream:stream-client 0.1

Resilient client for Server sent events and WebSockets

Categories

Categories

CLI User Interface
GroupId

GroupId

io.joshworks.stream
ArtifactId

ArtifactId

stream-client
Version

Version

0.1
Type

Type

jar

Download stream-client 0.1


<!-- https://jarcasting.com/artifacts/io.joshworks.stream/stream-client/ -->
<dependency>
    <groupId>io.joshworks.stream</groupId>
    <artifactId>stream-client</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.joshworks.stream/stream-client/
implementation 'io.joshworks.stream:stream-client:0.1'
// https://jarcasting.com/artifacts/io.joshworks.stream/stream-client/
implementation ("io.joshworks.stream:stream-client:0.1")
'io.joshworks.stream:stream-client:jar:0.1'
<dependency org="io.joshworks.stream" name="stream-client" rev="0.1">
  <artifact name="stream-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joshworks.stream', module='stream-client', version='0.1')
)
libraryDependencies += "io.joshworks.stream" % "stream-client" % "0.1"
[io.joshworks.stream/stream-client "0.1"]