GroupId | GroupIdio.takari.aether |
---|---|
ArtifactId | ArtifactIdaether-connector-okhttp |
Version | Version0.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/ -->
<dependency>
<groupId>io.takari.aether</groupId>
<artifactId>aether-connector-okhttp</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/
implementation 'io.takari.aether:aether-connector-okhttp:0.14.0'
// https://jarcasting.com/artifacts/io.takari.aether/aether-connector-okhttp/
implementation ("io.takari.aether:aether-connector-okhttp:0.14.0")
'io.takari.aether:aether-connector-okhttp:jar:0.14.0'
<dependency org="io.takari.aether" name="aether-connector-okhttp" rev="0.14.0">
<artifact name="aether-connector-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari.aether', module='aether-connector-okhttp', version='0.14.0')
)
libraryDependencies += "io.takari.aether" % "aether-connector-okhttp" % "0.14.0"
[io.takari.aether/aether-connector-okhttp "0.14.0"]