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 React User Interface Web Frameworks |
| GroupId | GroupIdcom.github.ljtfreitas |
| ArtifactId | ArtifactIdjava-restify-spring-reactive |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava-restify-spring-reactive
Java Restify Spring Reactive Extension
|
<!-- https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-spring-reactive/ -->
<dependency>
<groupId>com.github.ljtfreitas</groupId>
<artifactId>java-restify-spring-reactive</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-spring-reactive/
implementation 'com.github.ljtfreitas:java-restify-spring-reactive:2.1.0'
// https://jarcasting.com/artifacts/com.github.ljtfreitas/java-restify-spring-reactive/
implementation ("com.github.ljtfreitas:java-restify-spring-reactive:2.1.0")
'com.github.ljtfreitas:java-restify-spring-reactive:jar:2.1.0'
<dependency org="com.github.ljtfreitas" name="java-restify-spring-reactive" rev="2.1.0">
<artifact name="java-restify-spring-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ljtfreitas', module='java-restify-spring-reactive', version='2.1.0')
)
libraryDependencies += "com.github.ljtfreitas" % "java-restify-spring-reactive" % "2.1.0"
[com.github.ljtfreitas/java-restify-spring-reactive "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-codec-http | jar | 4.1.35.Final |
| io.netty : netty-handler | jar | 4.1.35.Final |
| io.netty : netty-handler-proxy | jar | 4.1.35.Final |
| io.netty : netty-transport-native-epoll | jar | 4.1.35.Final |
| io.netty : netty-transport-native-kqueue Optional | jar | 4.1.35.Final |
| 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-reflection | jar | 2.1.0 |
| com.github.ljtfreitas : java-restify-util | jar | 2.1.0 |
| org.springframework : spring-webflux | jar | 5.1.6.RELEASE |
| io.projectreactor.netty : reactor-netty | jar | 0.8.6.RELEASE |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.9.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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.