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