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 Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.ljtfreitas |
ArtifactId | ArtifactIdjava-restify-netflix-spring-autoconfigure |
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-spring-autoconfigure/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-netflix-spring-autoconfigure</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix-spring-autoconfigure/
implementation 'com.github.ljtfreitas:java-restify-netflix-spring-autoconfigure:2.1.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-netflix-spring-autoconfigure/
implementation ("com.github.ljtfreitas:java-restify-netflix-spring-autoconfigure:2.1.0")
'com.github.ljtfreitas:java-restify-netflix-spring-autoconfigure:jar:2.1.0'
<dependency org="com.github.ljtfreitas" name="java-restify-netflix-spring-autoconfigure" rev="2.1.0">
<artifact name="java-restify-netflix-spring-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-netflix-spring-autoconfigure', version='2.1.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-netflix-spring-autoconfigure" % "2.1.0"
[com.github.ljtfreitas/java-restify-netflix-spring-autoconfigure "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ljtfreitas : java-restify-spring-starter | jar | 2.1.0 |
com.github.ljtfreitas : java-restify-netflix-hystrix | jar | 2.1.0 |
com.github.ljtfreitas : java-restify-netflix-ribbon | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.ljtfreitas : java-restify-spring-reactive Optional | jar | 2.1.0 |
com.github.ljtfreitas : java-restify-reactor-hystrix Optional | jar | 2.1.0 |
org.springframework.cloud : spring-cloud-starter-netflix-ribbon Optional | jar | |
org.springframework : spring-web | jar | |
org.springframework : spring-webmvc | jar | |
org.springframework : spring-webflux | jar | |
io.projectreactor.netty : reactor-netty | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
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.