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