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