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