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