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