Download aether-connector-okhttp-0.13.0.jar file - Jar a

Jar examples for a:aether-connector-okhttp

Description

A repository connector implementation based on Square's OkHttp.

You can download jar file aether-connector-okhttp 0.13.0 in this page.

License

Open Source License

Build File

You can use the following script to add aether-connector-okhttp-0.13.0.jar to your project.

<dependency>
   <groupId>io.takari.aether</groupId>
   <artifactId>aether-connector-okhttp</artifactId>
   <version>0.13.0</version>
</dependency>
compile group: 'io.takari.aether', name: 'aether-connector-okhttp', version: '0.13.0'
libraryDependencies += "io.takari.aether" % "aether-connector-okhttp" % "0.13.0"
<dependency org="io.takari.aether" name="aether-connector-okhttp" rev="0.13.0"/>
@Grapes(@Grab(group='io.takari.aether', module='aether-connector-okhttp', version='0.13.0'))
'io.takari.aether:aether-connector-okhttp:jar:0.13.0'

Download

Click the following link to download the jar file.

aether-connector-okhttp-0.13.0-javadoc.jar
aether-connector-okhttp-0.13.0-sources.jar
aether-connector-okhttp-0.13.0.jar
aether-connector-okhttp-0.13.0.pom



Related Tutorials