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