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 |
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-netflix |
Last Version | Last Version1.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Restify Maven Group (Parent)
|
Filename | Size |
---|---|
java-restify-netflix-1.6.4.pom | |
java-restify-netflix-1.6.4.jar | 53 KB |
java-restify-netflix-1.6.4-sources.jar | 45 KB |
java-restify-netflix-1.6.4-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-netflix</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/
implementation 'com.github.ljtfreitas:java-restify-netflix:1.6.4'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix/
implementation ("com.github.ljtfreitas:java-restify-netflix:1.6.4")
'com.github.ljtfreitas:java-restify-netflix:jar:1.6.4'
<dependency org="com.github.ljtfreitas" name="java-restify-netflix" rev="1.6.4">
<artifact name="java-restify-netflix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-netflix', version='1.6.4')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-netflix" % "1.6.4"
[com.github.ljtfreitas/java-restify-netflix "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ljtfreitas : java-restify | jar | 1.6.4 |
com.netflix.ribbon : ribbon-core | jar | 2.2.2 |
com.netflix.ribbon : ribbon-loadbalancer | jar | 2.2.2 |
com.netflix.ribbon : ribbon-httpclient | jar | 2.2.2 |
com.netflix.hystrix : hystrix-core | jar | 1.5.8 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
org.apache.curator : curator-x-discovery Optional | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.curator : curator-test | jar | 2.11.1 |
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.