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