o

okhttp3-plugin

Files download
File Operation
okhttp3-plugin-1.0.0.jar download
okhttp3-plugin-1.0.0.pom download
okhttp3-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.thebesteric.framework.apm.agent.plugins</groupId>
  <artifactId>okhttp3-plugin</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.thebesteric.framework.apm.agent.plugins:okhttp3-plugin:1.0.0'
Gradle Kotlin
implementation("io.github.thebesteric.framework.apm.agent.plugins:okhttp3-plugin:1.0.0")
Scala SBT
libraryDependencies += "io.github.thebesteric.framework.apm.agent.plugins" % "okhttp3-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thebesteric.framework.apm.agent.plugins', module='okhttp3-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.thebesteric.framework.apm.agent.plugins" name="okhttp3-plugin" rev="1.0.0" />
Leiningen
[io.github.thebesteric.framework.apm.agent.plugins/okhttp3-plugin "1.0.0"]
Apache Buildr
'io.github.thebesteric.framework.apm.agent.plugins:okhttp3-plugin:jar:1.0.0'