Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.okhttp |
ArtifactId | ArtifactIdokhttp-tests |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
okhttp-tests-1.5.0.pom | |
okhttp-tests-1.5.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp-tests/ -->
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-tests</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp-tests/
implementation 'com.squareup.okhttp:okhttp-tests:1.5.0'
// https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp-tests/
implementation ("com.squareup.okhttp:okhttp-tests:1.5.0")
'com.squareup.okhttp:okhttp-tests:jar:1.5.0'
<dependency org="com.squareup.okhttp" name="okhttp-tests" rev="1.5.0">
<artifact name="okhttp-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='okhttp-tests', version='1.5.0')
)
libraryDependencies += "com.squareup.okhttp" % "okhttp-tests" % "1.5.0"
[com.squareup.okhttp/okhttp-tests "1.5.0"]