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