| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.clarolab.http |
| Идентификатор | Идентификаторsimple-rest-client |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simple-rest-client-1.0.pom | |
| simple-rest-client-1.0.jar | 11 KB |
| simple-rest-client-1.0-sources.jar | 6 KB |
| simple-rest-client-1.0-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.clarolab.http/simple-rest-client/ -->
<dependency>
<groupId>com.clarolab.http</groupId>
<artifactId>simple-rest-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.clarolab.http/simple-rest-client/
implementation 'com.clarolab.http:simple-rest-client:1.0'
// https://jarcasting.com/artifacts/com.clarolab.http/simple-rest-client/
implementation ("com.clarolab.http:simple-rest-client:1.0")
'com.clarolab.http:simple-rest-client:jar:1.0'
<dependency org="com.clarolab.http" name="simple-rest-client" rev="1.0">
<artifact name="simple-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clarolab.http', module='simple-rest-client', version='1.0')
)
libraryDependencies += "com.clarolab.http" % "simple-rest-client" % "1.0"
[com.clarolab.http/simple-rest-client "1.0"]