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