Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.getstream.client |
ArtifactId | ArtifactIdstream-core |
Version | Version0.1-RC4 |
Type | Typejar |
Filename | Size |
---|---|
stream-core-0.1-RC4.pom | |
stream-core-0.1-RC4.jar | 35 KB |
stream-core-0.1-RC4-sources.jar | 53 KB |
stream-core-0.1-RC4-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.getstream.client/stream-core/ -->
<dependency>
<groupId>io.getstream.client</groupId>
<artifactId>stream-core</artifactId>
<version>0.1-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.getstream.client/stream-core/
implementation 'io.getstream.client:stream-core:0.1-RC4'
// https://jarcasting.com/artifacts/io.getstream.client/stream-core/
implementation ("io.getstream.client:stream-core:0.1-RC4")
'io.getstream.client:stream-core:jar:0.1-RC4'
<dependency org="io.getstream.client" name="stream-core" rev="0.1-RC4">
<artifact name="stream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getstream.client', module='stream-core', version='0.1-RC4')
)
libraryDependencies += "io.getstream.client" % "stream-core" % "0.1-RC4"
[io.getstream.client/stream-core "0.1-RC4"]