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