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