Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.okhttp |
ArtifactId | ArtifactIdbenchmarks |
Version | Version2.1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
benchmarks-2.1.0-RC1.pom | |
benchmarks-2.1.0-RC1.jar | 29 KB |
benchmarks-2.1.0-RC1-sources.jar | 13 KB |
benchmarks-2.1.0-RC1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/benchmarks/ -->
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>benchmarks</artifactId>
<version>2.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/benchmarks/
implementation 'com.squareup.okhttp:benchmarks:2.1.0-RC1'
// https://jarcasting.com/artifacts/com.squareup.okhttp/benchmarks/
implementation ("com.squareup.okhttp:benchmarks:2.1.0-RC1")
'com.squareup.okhttp:benchmarks:jar:2.1.0-RC1'
<dependency org="com.squareup.okhttp" name="benchmarks" rev="2.1.0-RC1">
<artifact name="benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='benchmarks', version='2.1.0-RC1')
)
libraryDependencies += "com.squareup.okhttp" % "benchmarks" % "2.1.0-RC1"
[com.squareup.okhttp/benchmarks "2.1.0-RC1"]