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