resty
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.gregmarut.resty |
| Идентификатор | Идентификаторresty |
| Последняя версия | Последняя версия1.5.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеResty
Proxy based REST client
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| resty-1.5.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty/
implementation 'com.gregmarut.resty:resty:1.5.0'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty/
implementation ("com.gregmarut.resty:resty:1.5.0")
'com.gregmarut.resty:resty:pom:1.5.0'
<dependency org="com.gregmarut.resty" name="resty" rev="1.5.0">
<artifact name="resty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty', version='1.5.0')
)
libraryDependencies += "com.gregmarut.resty" % "resty" % "1.5.0"
[com.gregmarut.resty/resty "1.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.8.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty