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