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.
License |
License |
---|---|
Categories |
CategoriesJava Languages Net Ribbon HTTP Clients |
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-netflix-ribbon |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Restify Maven Group (Parent)
|
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix-ribbon/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-netflix-ribbon</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix-ribbon/
implementation 'com.github.ljtfreitas:java-restify-netflix-ribbon:2.1.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix-ribbon/
implementation ("com.github.ljtfreitas:java-restify-netflix-ribbon:2.1.0")
'com.github.ljtfreitas:java-restify-netflix-ribbon:jar:2.1.0'
<dependency org="com.github.ljtfreitas" name="java-restify-netflix-ribbon" rev="2.1.0">
<artifact name="java-restify-netflix-ribbon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-netflix-ribbon', version='2.1.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-netflix-ribbon" % "2.1.0"
[com.github.ljtfreitas/java-restify-netflix-ribbon "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.ribbon : ribbon-core | jar | 2.4.3 |
com.netflix.ribbon : ribbon-loadbalancer | jar | 2.4.3 |
com.netflix.ribbon : ribbon-httpclient | jar | 2.4.3 |
com.netflix.ribbon : ribbon-archaius | jar | 2.4.3 |
io.reactivex : rxjava | jar | 1.0.9 |
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
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-reflection | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ljtfreitas : java-restify-util-async | jar | 2.1.0 |
com.github.ljtfreitas : java-restify-json-jackson-converter | jar | 2.1.0 |
com.github.ljtfreitas : java-restify-xml-jaxb-converter | 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.