a

aether-connector-okhttp

A repository connector implementation based on Square's OkHttp.
Files download
File Operation
aether-connector-okhttp-1.0.1-alpha.jar download
aether-connector-okhttp-1.0.1-alpha.pom download
aether-connector-okhttp-1.0.1-alpha-sources.jar download
Apache Maven
<dependency>
  <groupId>io.takari.aether</groupId>
  <artifactId>aether-connector-okhttp</artifactId>
  <version>1.0.1-alpha</version>
  <type>takari-jar</type>
</dependency>
Gradle Groovy
implementation 'io.takari.aether:aether-connector-okhttp:1.0.1-alpha'
Gradle Kotlin
implementation("io.takari.aether:aether-connector-okhttp:1.0.1-alpha")
Scala SBT
libraryDependencies += "io.takari.aether" % "aether-connector-okhttp" % "1.0.1-alpha"
Groovy Grape
@Grapes(
  @Grab(group='io.takari.aether', module='aether-connector-okhttp', version='1.0.1-alpha')
)
Apache Ivy
<dependency org="io.takari.aether" name="aether-connector-okhttp" rev="1.0.1-alpha" />
Leiningen
[io.takari.aether/aether-connector-okhttp "1.0.1-alpha"]
Apache Buildr
'io.takari.aether:aether-connector-okhttp:jar:1.0.1-alpha'