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