| Группа | Группаio.takari.aether |
|---|---|
| Идентификатор | Идентификаторaether-connector-okhttp |
| Версия | Версия0.13.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| aether-connector-okhttp-0.13.1.pom | |
| aether-connector-okhttp-0.13.1.jar | 57 KB |
| aether-connector-okhttp-0.13.1-sources.jar | 29 KB |
| aether-connector-okhttp-0.13.1-javadoc.jar | 123 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/ -->
<dependency>
<groupId>io.takari.aether</groupId>
<artifactId>aether-connector-okhttp</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/
implementation 'io.takari.aether:aether-connector-okhttp:0.13.1'
// https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/
implementation ("io.takari.aether:aether-connector-okhttp:0.13.1")
'io.takari.aether:aether-connector-okhttp:jar:0.13.1'
<dependency org="io.takari.aether" name="aether-connector-okhttp" rev="0.13.1">
<artifact name="aether-connector-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.aether', module='aether-connector-okhttp', version='0.13.1')
)
libraryDependencies += "io.takari.aether" % "aether-connector-okhttp" % "0.13.1"
[io.takari.aether/aether-connector-okhttp "0.13.1"]