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