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