| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Square Business Logic Libraries Financial |
| GroupId | GroupIdcom.squareup.okhttp.sample |
| ArtifactId | ArtifactIdsimple-client |
| Version | Version2.7.5 |
| Type | Typejar |
| Description |
DescriptionSample: Simple Client
An HTTP+SPDY client for Android and Java applications
|
| Filename | Size |
|---|---|
| simple-client-2.7.5.pom | |
| simple-client-2.7.5.jar | 5 KB |
| simple-client-2.7.5-sources.jar | 1 KB |
| simple-client-2.7.5-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp.sample/simple-client/ -->
<dependency>
<groupId>com.squareup.okhttp.sample</groupId>
<artifactId>simple-client</artifactId>
<version>2.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp.sample/simple-client/
implementation 'com.squareup.okhttp.sample:simple-client:2.7.5'
// https://jarcasting.com/artifacts/com.squareup.okhttp.sample/simple-client/
implementation ("com.squareup.okhttp.sample:simple-client:2.7.5")
'com.squareup.okhttp.sample:simple-client:jar:2.7.5'
<dependency org="com.squareup.okhttp.sample" name="simple-client" rev="2.7.5">
<artifact name="simple-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp.sample', module='simple-client', version='2.7.5')
)
libraryDependencies += "com.squareup.okhttp.sample" % "simple-client" % "2.7.5"
[com.squareup.okhttp.sample/simple-client "2.7.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp : okhttp | jar | 2.7.5 |
| com.google.code.gson : gson | jar | 2.2.3 |