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