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