is not current version
Last Version 2.1.3

io.getstream.client:stream-core 0.1-RC1


Categories

Categories

CLI User Interface
GroupId

GroupId

io.getstream.client
ArtifactId

ArtifactId

stream-core
Version

Version

0.1-RC1
Type

Type

jar

Download stream-core 0.1-RC1


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