| GroupId | GroupIdcom.phylage |
|---|---|
| ArtifactId | ArtifactIdrefuel-http_2.13 |
| Version | Version1.0.0-RC5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.phylage/refuel-http_2.13/ -->
<dependency>
<groupId>com.phylage</groupId>
<artifactId>refuel-http_2.13</artifactId>
<version>1.0.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.phylage/refuel-http_2.13/
implementation 'com.phylage:refuel-http_2.13:1.0.0-RC5'
// https://jarcasting.com/artifacts/com.phylage/refuel-http_2.13/
implementation ("com.phylage:refuel-http_2.13:1.0.0-RC5")
'com.phylage:refuel-http_2.13:jar:1.0.0-RC5'
<dependency org="com.phylage" name="refuel-http_2.13" rev="1.0.0-RC5">
<artifact name="refuel-http_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.phylage', module='refuel-http_2.13', version='1.0.0-RC5')
)
libraryDependencies += "com.phylage" % "refuel-http_2.13" % "1.0.0-RC5"
[com.phylage/refuel-http_2.13 "1.0.0-RC5"]