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