s

scope-rule-okhttp3

Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds. This artifact contains the classes to instrument OkHttp3 library.
文件下载
文件名 操作
scope-rule-okhttp3-0.15.0-beta.3.jar 下载
scope-rule-okhttp3-0.15.0-beta.3.pom 下载
scope-rule-okhttp3-0.15.0-beta.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.undefinedlabs.scope</groupId>
  <artifactId>scope-rule-okhttp3</artifactId>
  <version>0.15.0-beta.3</version>
</dependency>
Gradle Groovy
implementation 'com.undefinedlabs.scope:scope-rule-okhttp3:0.15.0-beta.3'
Gradle Kotlin
implementation("com.undefinedlabs.scope:scope-rule-okhttp3:0.15.0-beta.3")
Scala SBT
libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-okhttp3" % "0.15.0-beta.3"
Groovy Grape
@Grapes(
  @Grab(group='com.undefinedlabs.scope', module='scope-rule-okhttp3', version='0.15.0-beta.3')
)
Apache Ivy
<dependency org="com.undefinedlabs.scope" name="scope-rule-okhttp3" rev="0.15.0-beta.3" />
Leiningen
[com.undefinedlabs.scope/scope-rule-okhttp3 "0.15.0-beta.3"]
Apache Buildr
'com.undefinedlabs.scope:scope-rule-okhttp3:jar:0.15.0-beta.3'