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