java-restify
java-restify é uma biblioteca para auxiliar a construção de clientes de API's HTTP, inspirada em projetos como Feign, Retrofit e RESTEasy.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования hate Данные Data Formats Hypermedia Types |
| Группа | Группаcom.github.ljtfreitas |
| Идентификатор | Идентификаторjava-restify-hateoas |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjava-restify-hateoas
Java Restify Maven Group (Parent)
|
| Имя Файла | Размер |
|---|---|
| java-restify-hateoas-2.1.0.pom | |
| java-restify-hateoas-2.1.0.jar | 102 KB |
| java-restify-hateoas-2.1.0-sources.jar | 54 KB |
| java-restify-hateoas-2.1.0-javadoc.jar | 272 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-hateoas/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-hateoas</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-hateoas/
implementation 'com.github.ljtfreitas:java-restify-hateoas:2.1.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-hateoas/
implementation ("com.github.ljtfreitas:java-restify-hateoas:2.1.0")
'com.github.ljtfreitas:java-restify-hateoas:jar:2.1.0'
<dependency org="com.github.ljtfreitas" name="java-restify-hateoas" rev="2.1.0">
<artifact name="java-restify-hateoas" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-hateoas', version='2.1.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-hateoas" % "2.1.0"
[com.github.ljtfreitas/java-restify-hateoas "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ljtfreitas : java-restify-json-jackson-converter | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-wildcard-converter | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-retry | jar | 2.1.0 |
| com.jayway.jsonpath : json-path | jar | 2.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ljtfreitas : java-restify-http-client | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-http-message | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-util | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-util-async | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-reflection | jar | 2.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.mock-server : mockserver-netty | jar | 3.10.4 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
java-restify é uma biblioteca para auxiliar a construção de clientes de API's HTTP, inspirada em projetos como Feign, Retrofit e RESTEasy.