| GroupId | GroupIdxyz.luan |
|---|---|
| ArtifactId | ArtifactIdhttp-facade |
| Version | Version1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-facade-1.6.pom | |
| http-facade-1.6.jar | 11 KB |
| http-facade-1.6-sources.jar | 5 KB |
| http-facade-1.6-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.luan/http-facade/ -->
<dependency>
<groupId>xyz.luan</groupId>
<artifactId>http-facade</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.luan/http-facade/
implementation 'xyz.luan:http-facade:1.6'
// https://jarcasting.com/artifacts/xyz.luan/http-facade/
implementation ("xyz.luan:http-facade:1.6")
'xyz.luan:http-facade:jar:1.6'
<dependency org="xyz.luan" name="http-facade" rev="1.6">
<artifact name="http-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.luan', module='http-facade', version='1.6')
)
libraryDependencies += "xyz.luan" % "http-facade" % "1.6"
[xyz.luan/http-facade "1.6"]