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