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