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