| Группа | Группаxyz.luan |
|---|---|
| Идентификатор | Идентификаторhttp-facade |
| Версия | Версия1.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http-facade-1.7.pom | |
| http-facade-1.7.jar | 11 KB |
| http-facade-1.7-sources.jar | 5 KB |
| http-facade-1.7-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.luan/http-facade/ -->
<dependency>
<groupId>xyz.luan</groupId>
<artifactId>http-facade</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.luan/http-facade/
implementation 'xyz.luan:http-facade:1.7'
// https://jarcasting.com/artifacts/xyz.luan/http-facade/
implementation ("xyz.luan:http-facade:1.7")
'xyz.luan:http-facade:jar:1.7'
<dependency org="xyz.luan" name="http-facade" rev="1.7">
<artifact name="http-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.luan', module='http-facade', version='1.7')
)
libraryDependencies += "xyz.luan" % "http-facade" % "1.7"
[xyz.luan/http-facade "1.7"]