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