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