is not current version
Last Version 1.0.1-alpha

io.takari.aether:aether-connector-okhttp 0.12.0

A repository connector implementation based on Square's OkHttp.

GroupId

GroupId

io.takari.aether
ArtifactId

ArtifactId

aether-connector-okhttp
Version

Version

0.12.0
Type

Type

jar

Download aether-connector-okhttp 0.12.0


<!-- https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/ -->
<dependency>
    <groupId>io.takari.aether</groupId>
    <artifactId>aether-connector-okhttp</artifactId>
    <version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/
implementation 'io.takari.aether:aether-connector-okhttp:0.12.0'
// https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/
implementation ("io.takari.aether:aether-connector-okhttp:0.12.0")
'io.takari.aether:aether-connector-okhttp:jar:0.12.0'
<dependency org="io.takari.aether" name="aether-connector-okhttp" rev="0.12.0">
  <artifact name="aether-connector-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.aether', module='aether-connector-okhttp', version='0.12.0')
)
libraryDependencies += "io.takari.aether" % "aether-connector-okhttp" % "0.12.0"
[io.takari.aether/aether-connector-okhttp "0.12.0"]