| Categories |
CategoriesCLI User Interface Square Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdcom.squareup.okhttp3.sample |
| ArtifactId | ArtifactIdsimple-client |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simple-client-3.1.0.pom | |
| simple-client-3.1.0.jar | 5 KB |
| simple-client-3.1.0-sources.jar | 1 KB |
| simple-client-3.1.0-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/simple-client/ -->
<dependency>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>simple-client</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/simple-client/
implementation 'com.squareup.okhttp3.sample:simple-client:3.1.0'
// https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/simple-client/
implementation ("com.squareup.okhttp3.sample:simple-client:3.1.0")
'com.squareup.okhttp3.sample:simple-client:jar:3.1.0'
<dependency org="com.squareup.okhttp3.sample" name="simple-client" rev="3.1.0">
<artifact name="simple-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3.sample', module='simple-client', version='3.1.0')
)
libraryDependencies += "com.squareup.okhttp3.sample" % "simple-client" % "3.1.0"
[com.squareup.okhttp3.sample/simple-client "3.1.0"]