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